pub(crate) const RUNNING: usize = _; // 2usizeExpand description
Set if the task is running.
A task is in running state while its future is being polled.
This flag can’t be set when the task is completed. However, it can be in scheduled state while it is running, in which case it will be rescheduled as soon as polling finishes.