Home
last modified time | relevance | path

Searched refs:AsyncState (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dfiber.rs27 pub(crate) struct AsyncState { struct
102 unsafe impl Send for AsyncState {} argument
103 unsafe impl Sync for AsyncState {} implementation
105 impl Default for AsyncState { implementation
116 impl AsyncState { impl
H A Dstore.rs510 async_state: fiber::AsyncState,
2539 pub(crate) fn fiber_async_state_mut(&mut self) -> &mut fiber::AsyncState { in fiber_async_state_mut() argument