Structs§
Enums§
- TransitionToIdle π
- TransitionToRunning π
Constants§
- CANCELLED πThe task has been forcibly cancelled.
- COMPLETE πThe task is complete.
- INITIAL_STATE πState a task is initialized with.
- JOIN_INTEREST πThe join handle is still around.
- JOIN_WAKER πA join handle waker has been set.
- LIFECYCLE_MASK πExtracts the taskβs lifecycle value from the state.
- NOTIFIED πFlag tracking if the task has been pushed into a run queue.
- REF_COUNT_MASK πBits used by the ref count portion of the state.
- REF_COUNT_SHIFT πNumber of positions to shift the ref count.
- REF_ONE πOne ref count.
- RUNNING πThe task is currently being run.
- STATE_MASK πAll bits.
Type Aliases§
- UpdateResult π