async fn route_tasks(
outbound_txs: &[(u32, Sender<InstructionType>)],
task_batch: Tasks,
)Expand description
Route a task batch to the outbound sender(s) of each task’s origin.
async fn route_tasks(
outbound_txs: &[(u32, Sender<InstructionType>)],
task_batch: Tasks,
)Route a task batch to the outbound sender(s) of each task’s origin.