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

Breadcrumb

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

function TracingDriver::queue

Overrides Driver::queue

File

vendor/revolt/event-loop/src/EventLoop/Driver/TracingDriver.php, line 234

Class

TracingDriver

Namespace

Revolt\EventLoop\Driver

Code

public function queue(\Closure $closure, mixed ...$args) : void {
    $this->driver
        ->queue($closure, ...$args);
}
RSS feed
Powered by Drupal