Module tokio::sync::task::atomic_waker
source ยท Structsยง
- AtomicWaker ๐A synchronization primitive for task waking.
Constantsยง
- REGISTERING ๐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ยง
- WakerRef ๐