Expand description
Macros to create streams from heterogeneous futures
Modules§
Macros§
- create_
homogeneous_ future - Create an iterator of homogeneous
Futures from a set of heterogeneous futures with the same associatedOutputtype. - futures_
to_ ordered_ stream - Create a
Streamfrom a set ofFutures, where all yieldedItems are in the order of their presentedFutures. - futures_
to_ unordered_ stream - Create a
Streamfrom a set ofFutures, whereItems may be yielded in any order.