Structs§
- A synchronization primitive for task waking.
Constants§
- A new waker value is being registered with the
AtomicWaker
cell. - WAITING 🔒Idle state.
- WAKING 🔒The task currently registered with the
AtomicWaker
cell is being woken.
Traits§
- Waker
Ref 🔒