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