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_trymethod. - ForEachConcurrentThenTryNon-
futures_no_atomic_casandallocFuture for thefor_each_concurrent_then_trymethod.
Traits§
- Alternative adapters for
Result-returning streams