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