☰
Module futures
tokio
1.32.0
Module futures
Structs
In tokio::task
Modules
futures
Structs
AbortHandle
JoinError
JoinHandle
JoinSet
LocalEnterGuard
LocalKey
LocalSet
Unconstrained
Functions
block_in_place
spawn
spawn_blocking
spawn_local
unconstrained
yield_now
?
Module
tokio
::
task
::
futures
source
·
[
−
]
Expand description
Task-related futures.
Structs
TaskLocalFuture
A future that sets a value
T
of a task local for the future
F
during its execution.