Module futures_util::stream::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
A set of futures which may complete in any order.
Owned iterator over all futures in the unordered set.
Immutable iterator over all the futures in the unordered set.
Mutable iterator over all futures in the unordered set.
Mutable iterator over all futures in the unordered set.
Immutable iterator over all futures in the unordered set.