fn spawn_hash_workers( handle: &Handle, worker_count: usize, work_rx: Receiver<String>, tx_out: Sender<MonitorEvent>, active_tasks: Arc<Mutex<HashSet<String>>>, )