Skip to main content

Module task_lifecycle

Module task_lifecycle 

Source
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 run on an inner task; propagate Err, panic, or cancellation to error_tx.