Module task

Source
Expand description

Task notification.

Structs§

AtomicWaker
A synchronization primitive for task wakeup.
Context
Information about the currently-running task.
LocalKey
A key for task-local data stored in a future’s task.
LocalMap
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§

UnsafeWake
An unsafe trait for implementing custom memory management for a Waker.
Wake
A way of waking up a specific task.