Structs§
- Named
Task - A named wrapper around a tokio
JoinHandle, used to track which long-running task completed (or failed) first.
Functions§
- wait_
for_ first_ error - Wait for the first task to complete and convert the outcome into a
single
Result. - wait_
for_ first_ task - Wait for the first task in the set to complete and return its name alongside the join result.