void forEach(void handler(WorkerSocket socket))

Source

void forEach(void handler(WorkerSocket socket)) {
  sockets.forEach(handler);
}