Constant tokio::runtime::task::state::NOTIFIED

source ยท
const NOTIFIED: usize = 0b100;
Expand description

Flag tracking if the task has been pushed into a run queue.