tokio
1.46.1
In tokio::
runtime::
task::
state
tokio
::
runtime
::
task
::
state
Constant
COMPLETE
Copy item path
Source
const COMPLETE:
usize
= 0b0010;
Expand description
The task is complete.
Once this bit is set, it is never unset.