fn schedule_repeats(
outbound_txs: Vec<(u32, Sender<InstructionType>)>,
repeats: Vec<Task>,
probe_interval: u64,
)Expand description
Re-send repeats every probe_interval seconds until every task has been
sent nprobes times, spacing out the repeated probes.
Stops early when the measurement ends (all outbound channels closed).