Crate futures_to_stream

Crate futures_to_stream 

Source
Expand description

Macros to create streams from heterogeneous futures

Modules§

internal

Macros§

create_homogeneous_future
Create an iterator of homogeneous Futures from a set of heterogeneous futures with the same associated Output type.
futures_to_ordered_stream
Create a Stream from a set of Futures, where all yielded Items are in the order of their presented Futures.
futures_to_unordered_stream
Create a Stream from a set of Futures, where Items may be yielded in any order.