pub(crate) const TASK: usize = _; // 16usizeExpand 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.