Module af_core::task::try_join [−][src]
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 Definitions
| Index | The index of a [ |