Struct core::task::Context 1.36.0[−][src]
pub struct Context<'a> { /* fields omitted */ }This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
The Context of an asynchronous task.
Currently, Context only serves to provide access to a &Waker
which can be used to wake the current task.