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

Breadcrumb

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

function EvDriver::stop

Overrides AbstractDriver::stop

File

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

Class

EvDriver

Namespace

Revolt\EventLoop\Driver

Code

public function stop() : void {
    $this->handle
        ->stop();
    parent::stop();
}
RSS feed
Powered by Drupal