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

Breadcrumb

  1. Drupal Core 11.1.x

namespace Revolt\EventLoop

Object name File name Summary
Driver vendor/revolt/event-loop/src/EventLoop/Driver.php The driver MUST run in its own fiber and execute callbacks in a separate fiber. If fibers are reused, the driver
needs to call {
DriverFactory vendor/revolt/event-loop/src/EventLoop/DriverFactory.php
FiberLocal vendor/revolt/event-loop/src/EventLoop/FiberLocal.php Fiber local storage.
InvalidCallbackError vendor/revolt/event-loop/src/EventLoop/InvalidCallbackError.php
Suspension vendor/revolt/event-loop/src/EventLoop/Suspension.php Should be used to run and suspend the event loop instead of directly interacting with fibers.
UncaughtThrowable vendor/revolt/event-loop/src/EventLoop/UncaughtThrowable.php
UnsupportedFeatureException vendor/revolt/event-loop/src/EventLoop/UnsupportedFeatureException.php MUST be thrown if a feature is not supported by the system.
RSS feed
Powered by Drupal