Expand description
Spawn helpers: forward task Err, join failures, and panics to the job error_tx.
Functions§
- report_
task_ failure - Log and send a task failure to the job error channel (logs again if send fails).
- spawn_
monitored_ task - Run
runon an inner task; propagateErr, panic, or cancellation toerror_tx.