async_
wasi
0.2.1
AsyncVM
Required Methods
yield_now
Implementors
In async_
wasi::
snapshots::
env
async_wasi
::
snapshots
::
env
Trait
AsyncVM
Copy item path
Source
pub trait AsyncVM:
Send
+
Sync
{ // Required method fn
yield_now
(&mut self) ->
Result
<
()
,
Errno
>; }
Required Methods
§
Source
fn
yield_now
(&mut self) ->
Result
<
()
,
Errno
>
Implementors
§