Constant tokio::runtime::task::state::COMPLETE

source ยท
const COMPLETE: usize = 0b0010;
Expand description

The task is complete.

Once this bit is set, it is never unset.