pub fn spawn_task_outcome_handler(
    conductor: ConductorHandle,
    outcomes: OutcomeReceiver
) -> JoinHandle<TaskManagerResult> 
Expand description

Spawn a task which performs some action after each task has completed, as recieved by the outcome channel produced by the task manager.