reportPort method
Report the actually bound port once listening; completes the pool's launch future.
Implementation
void reportPort(int port) => _control.send(port);
Report the actually bound port once listening; completes the pool's launch future.
void reportPort(int port) => _control.send(port);