Module try_join

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.