Module try_join

Module try_join 

Source
Expand description

Wait for multiple fallible tasks concurrently.

Structs§

FailedTask
Information about a failed task.
FinishedTask
Information about a finished task.
StoppedTask
Information about a stopped task.
TryJoin
Concurrently waits for the results of multiple tasks that may return an error.

Type Aliases§

Index
The index of a [Join] task.