Add a worker to this group
void add(ZenWorker worker) { if (_disposed) return; _workers.add(worker); }