tokio
1.46.1
Module time
Module Items
Modules
Structs
In tokio::
runtime
tokio
::
runtime
Module
time
Copy item path
Source
Expand description
Time driver.
Modules
ยง
entry
๐
Timer state structures.
handle
๐
source
๐
wheel
๐
Structs
ยง
Driver
๐
Time implementation that drives
Sleep
,
Interval
, and
Timeout
.
Inner
๐
Timer state shared between
Driver
,
Handle
, and
Registration
.
Inner
State
๐
Time state shared which must be protected by a
Mutex