pub async fn process_task<'threads, T>(
task: &mut TaskItem<'threads, T>,
worker_id: usize,
) -> (Vec<usize>, Option<NetworkError>)
Expand description
Processes the task
by locking the network, executing the node operator,
and computing Freed children. More detailed logs to help ensure we see
exact timing and concurrency behavior.