Module futures_unordered

Source
Expand description

An unbounded set of futures.

This module is only available when the std or alloc feature of this library is activated, and it is activated by default.

Structsยง

FuturesUnordered
A set of futures which may complete in any order.
IntoIter
Owned iterator over all futures in the unordered set.
Iter
Immutable iterator over all the futures in the unordered set.
IterMut
Mutable iterator over all futures in the unordered set.
IterPinMut
Mutable iterator over all futures in the unordered set.
IterPinRef
Immutable iterator over all futures in the unordered set.