☰
async_wasi
0.1.0
AsyncVM
Required Methods
yield_now
Implementors
In async_wasi::snapshots::env
?
Trait
async_wasi
::
snapshots
::
env
::
AsyncVM
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
§