Overrides AbstractDriver::dispatch
protected function dispatch(bool $blocking) : void { /** @psalm-suppress TooManyArguments */ \uv_run($this->handle, $blocking ? \UV::RUN_ONCE : \UV::RUN_NOWAIT); }