Searched refs:AsyncState (Results 1 – 2 of 2) sorted by relevance
27 pub(crate) struct AsyncState { struct102 unsafe impl Send for AsyncState {} argument103 unsafe impl Sync for AsyncState {} implementation105 impl Default for AsyncState { implementation116 impl AsyncState { impl
510 async_state: fiber::AsyncState,2539 pub(crate) fn fiber_async_state_mut(&mut self) -> &mut fiber::AsyncState { in fiber_async_state_mut() argument