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

Breadcrumb

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

function AbstractDriver::stop

Overrides Driver::stop

4 calls to AbstractDriver::stop()
EvDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php
Stop the event loop.
EvDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php
Stop the event loop.
EventDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php
Stop the event loop.
EventDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php
Stop the event loop.
2 methods override AbstractDriver::stop()
EvDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php
Stop the event loop.
EventDriver::stop in vendor/revolt/event-loop/src/EventLoop/Driver/EventDriver.php
Stop the event loop.

File

vendor/revolt/event-loop/src/EventLoop/Internal/AbstractDriver.php, line 122

Class

AbstractDriver
Event loop driver which implements all basic operations to allow interoperability.

Namespace

Revolt\EventLoop\Internal

Code

public function stop() : void {
    $this->stopped = true;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal