Overrides AbstractDriver::dispatch
protected function dispatch(bool $blocking) : void { $this->handle ->loop($blocking ? \EventBase::LOOP_ONCE : \EventBase::LOOP_ONCE | \EventBase::LOOP_NONBLOCK); }