Future<WorkerPool> init()

Source

Future<WorkerPool> init() =>
    Future.wait(sockets.map((it) => it.init()).toList()).then((_) => this);