tokio
1.46.1
In tokio::
runtime::
task::
state
tokio
::
runtime
::
task
::
state
Constant
RUNNING
Copy item path
Source
const RUNNING:
usize
= 0b0001;
Expand description
The task is currently being run.