Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. UvDriver.php

function UvDriver::dispatch

Overrides AbstractDriver::dispatch

File

vendor/revolt/event-loop/src/EventLoop/Driver/UvDriver.php, line 132

Class

UvDriver

Namespace

Revolt\EventLoop\Driver

Code

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