TASK

Constant TASK 

Source
pub(crate) const TASK: usize = _; // 16usize
Expand description

Set if the Task still exists.

The Task is a special case in that it is only tracked by this flag, while all other task references (Runnable and Wakers) are tracked by the reference count.