Skip to main content

Module stream

Module stream 

Source
Expand description

Alternative adapters for asynchronous streams.

This module contains adapters that are similar to the try_ adapters in the futures::stream module, but don’t cancel other futures if one of them errors out.

Structs§

CollectThenTry
Future for the collect_then_try method.
ForEachConcurrentThenTryNon-futures_no_atomic_cas and alloc
Future for the for_each_concurrent_then_try method.

Traits§

TryStreamExt
Alternative adapters for Result-returning streams