Module futures
tokio
1.41.0
Module futures
Structs
In tokio::
task
Modules
futures
Structs
AbortHandle
Id
JoinError
JoinHandle
JoinSet
LocalEnterGuard
LocalKey
LocalSet
Unconstrained
Functions
block_in_place
consume_budget
id
spawn
spawn_blocking
spawn_local
try_id
unconstrained
yield_now
?
Settings
Module
tokio
::
task
::
futures
Copy item path
source
·
[
−
]
Expand description
Task-related futures.
Structs
§
Task
Local
Future
A future that sets a value
T
of a task local for the future
F
during its execution.