Function async_context::with_async_context_mut
source ยท pub fn with_async_context_mut<C, F, R>(f: F) -> R
Expand description
Retrieves mutable ref for async context in order to read values.
pub fn with_async_context_mut<C, F, R>(f: F) -> R
Retrieves mutable ref for async context in order to read values.