Module futures_util::stream::try_stream::try_flatten_unordered
source · Structs§
- Emits either successful streams or single-item streams containing the underlying errors. This’s a wrapper for
FlattenUnordered
to reuse its logic overTryStream
. - Immediately propagates errors occurred in the base stream.
- Emits a single item immediately, then stream will be terminated.
- Stream for the
try_flatten_unordered
method.