Module cancel_safe_futures::future
source · Expand description
Alternative adapters for asynchronous values.
This module contains adapters that are similar to the try_
adapters in the futures::future
module, but don’t cancel other futures if one of them errors out.
Structs§
- JoinAllThenTry
alloc
Future for thejoin_all_then_try
function.
Functions§
- join_all_then_try
alloc
Creates a future which represents either a collection of the results of the futures given or an error.