futures_util
0.3.31
Module try_join
Macros
Structs
Functions
In futures_util::future
Module
futures_util
::
future
::
try_join
Copy item path
source
·
[
−
]
Macros
§
generate
🔒
Structs
§
TryJoin
Future for the
try_join
function.
TryJoin3
Future for the
try_join3
function.
TryJoin4
Future for the
try_join4
function.
TryJoin5
Future for the
try_join5
function.
Functions
§
try_join
Joins the result of two futures, waiting for them both to complete or for one to produce an error.
try_join3
Same as
try_join
, but with more futures.
try_join4
Same as
try_join
, but with more futures.
try_join5
Same as
try_join
, but with more futures.