Struct wasmtime_wasi::sync::sched::SyncSched [−][src]
pub struct SyncSched {}
Implementations
Trait Implementations
pub fn poll_oneoff<'a, 'life0, 'life1, 'async_trait>(
&'life0 self,
poll: &'life1 mut Poll<'a>
) -> Pin<Box<dyn Future<Output = Result<(), Error>> + 'async_trait + Send, Global>> where
'a: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
SyncSched: 'async_trait,
[src]Auto Trait Implementations
impl RefUnwindSafe for SyncSched
impl UnwindSafe for SyncSched