Function wasi_common::snapshots::preview_1::wasi_snapshot_preview1::sched_yield[][src]

pub fn sched_yield<'a>(
    ctx: &'a mut impl WasiSnapshotPreview1 + UserErrorConversion,
    memory: &'a dyn GuestMemory
) -> impl Future<Output = Result<i32, Trap>> + 'a