Module cancel_safe_futures::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§
- Future for the
collect_then_try
method. - ForEachConcurrentThenTryNon-
futures_no_atomic_cas
andalloc
Future for thefor_each_concurrent_then_try
method.
Traits§
- Alternative adapters for
Result
-returning streams