type WorkersLocked<'a> = MutexGuard<'a, JoinSet<(Arc<dyn Service>, Result)>>;
struct WorkersLocked<'a> { /* private fields */ }