Module futures

Available on crate features dep_tokio and std only.
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.