Structs§
Enums§
Constants§
- The task has been forcibly cancelled.
- COMPLETE 🔒The task is complete.
- State a task is initialized with.
- The join handle is still around.
- A join handle waker has been set.
- Extracts the task’s lifecycle value from the state.
- NOTIFIED 🔒Flag tracking if the task has been pushed into a run queue.
- Bits used by the ref count portion of the state.
- Number of positions to shift the ref count.
- REF_ONE 🔒One ref count.
- RUNNING 🔒The task is currently being run.
- All bits.