pub struct Context<'a> { /* private fields */ }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.
pub struct Context<'a> { /* private fields */ }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.