Expand description
Task notification.
Structs§
- A synchronization primitive for task wakeup.
- Information about the currently-running task.
- A key for task-local data stored in a future’s task.
- A map storing task-local data.
- A
Waker
is a handle for waking up a task by notifying its executor that it is ready to be run.
Traits§
- An unsafe trait for implementing custom memory management for a
Waker
. - A way of waking up a specific task.