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