Module ore::future [−][src]
This is supported on crate feature
network
only.Expand description
Future and stream utilities.
This module provides future and stream combinators that are missing from
the futures
crate.
Structs
A sink that consumes its input and sends it nowhere.
The future returned by OreFutureExt::spawn_if_canceled
.
Traits
Extension methods for futures.
Extension methods for sinks.
Functions
Constructs a sink that consumes its input and sends it nowhere.