Module futures::stream::futures_unordered [] [src]

An unbounded set of futures.

Structs

FuturesUnordered

A set of Futures which may complete in any order.

IterMut

Mutable iterator over all futures in the unordered set.

Functions

futures_unordered

Converts a list of futures into a Stream of results from the futures.