Expand description

Macros to create streams from heterogeneous futures

Modules

Macros

Create an iterator of homogeneous Futures from a set of heterogeneous futures with the same associated Output type.

Create a [Stream] from a set of Futures, where all yielded Items are in the order of their presented Futures.

Create a [Stream] from a set of Futures, where Items may be yielded in any order.