Module futures_core::task [−][src]
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 |
Traits
UnsafeWake |
An unsafe trait for implementing custom memory management for a
|
Wake |
A way of waking up a specific task. |