Module futures_util::stream::futures_unordered [−][src]
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. |
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. |