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

Breadcrumb

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

function Suspension::resume

Parameters

T $value The value to return from the call to {@see suspend()}.:

1 method overrides Suspension::resume()
DriverSuspension::resume in vendor/revolt/event-loop/src/EventLoop/Internal/DriverSuspension.php

File

vendor/revolt/event-loop/src/EventLoop/Suspension.php, line 30

Class

Suspension
Should be used to run and suspend the event loop instead of directly interacting with fibers.

Namespace

Revolt\EventLoop

Code

public function resume(mixed $value = null) : void;
RSS feed
Powered by Drupal