pub(crate) const SCHEDULED: usize = _; // 1usizeExpand description
Set if the task is scheduled for running.
A task is considered to be scheduled whenever its Runnable exists.
This flag can’t be set when the task is completed. However, it can be set while the task is running, in which case it will be rescheduled as soon as polling finishes.