Function process_task

Source
pub async fn process_task<'threads, T>(
    task: &mut TaskItem<'threads, T>,
    worker_id: usize,
) -> (Vec<usize>, Option<NetworkError>)
where T: Debug + Send + Sync + 'threads,
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.