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

Breadcrumb

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

function EvDriver::dispatch

Overrides AbstractDriver::dispatch

File

vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php, line 155

Class

EvDriver

Namespace

Revolt\EventLoop\Driver

Code

protected function dispatch(bool $blocking) : void {
    $this->handle
        ->run($blocking ? \Ev::RUN_ONCE : \Ev::RUN_ONCE | \Ev::RUN_NOWAIT);
}
RSS feed
Powered by Drupal