Structs§
Enums§
- Transition
ToIdle π - Transition
ToRunning π
Constants§
- CANCELLED πThe task has been forcibly cancelled.
- COMPLETE πThe task is complete.
- INITIA
L_ πSTATE State a task is initialized with. - JOIN_
INTEREST πThe join handle is still around. - JOIN_
WAKER πA join handle waker has been set. - LIFECYCL
E_ πMASK Extracts the taskβs lifecycle value from the state. - NOTIFIED πFlag tracking if the task has been pushed into a run queue.
- REF_
COUN πT_ MASK Bits used by the ref count portion of the state. - REF_
COUN πT_ SHIFT Number of positions to shift the ref count. - REF_ONE πOne ref count.
- RUNNING πThe task is currently being run.
- STAT
E_ πMASK All bits.
Type Aliases§
- Update
Result π