[−][src]Module futures::stream::futures_unordered
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. |
IterMut | Mutable iterator over all futures in the unordered set. |
IterPinMut | Mutable iterator over all futures in the unordered set. |