Module futures
Available on crate features
dep_tokio
and std
only.Expand description
Task-related futures.
Structs§
- Task
Local Future - A future that sets a value
T
of a task local for the futureF
during its execution.