pub fn with_context<F, R>(f: F) -> Rwhere F: FnOnce(&mut Context<'_>) -> R,
Map a futures 0.1 notify to a std::task::Context.
futures 0.1
std::task::Context