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§
- Collect
Then Try - Future for the
collect_then_trymethod. - ForEach
Concurrent Then Try Non- futures_no_atomic_casandalloc - Future for the
for_each_concurrent_then_trymethod.
Traits§
- TryStream
Ext - Alternative adapters for
Result-returning streams