Trait wasi_common::sched::WasiSched [−][src]
pub trait WasiSched { fn poll_oneoff(&self, poll: &Poll<'_>) -> Result<(), Error>; fn sched_yield(&self) -> Result<(), Error>; fn sleep(&self, duration: Duration) -> Result<(), Error>; }