pub fn with_async_context_mut<C, F, R>(f: F) -> Rwhere F: FnOnce(Option<&mut C>) -> R, C: 'static,
Retrieves mutable ref for async context in order to read values.