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.

Future for the enqueue method.

Traits

Extension methods for futures.

Extension methods for sinks.

Functions

Constructs a sink that consumes its input and sends it nowhere.