tokio
1.42.0
In tokio::
runtime::
task::
state
Constant
tokio
::
runtime
::
task
::
state
::
COMPLETE
Copy item path
source
ยท
[
−
]
const COMPLETE:
usize
= 0b0010;
Expand description
The task is complete.
Once this bit is set, it is never unset.