Skip to main content

Module future

Module future 

Source
Available on crate features runtime and future-combinator only.
Expand description

Future combinators.

Structs§

Cancelled
An std::error::Error indicating that a future was cancelled.
WithCancel
A future with a CancelToken attached to it.
WithCancelFailFast
A fail-fast future with a CancelToken attached to it.
WithPersonality
A future with a personality attached to it.

Traits§

FutureExt
Extension trait for futures.