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

Breadcrumb

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

function EvDriver::now

Overrides AbstractDriver::now

1 call to EvDriver::now()
EvDriver::activate in vendor/revolt/event-loop/src/EventLoop/Driver/EvDriver.php
Activates (enables) all the given callbacks.

File

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

Class

EvDriver

Namespace

Revolt\EventLoop\Driver

Code

protected function now() : float {
    return (double) \hrtime(true) / 1000000000;
}
RSS feed
Powered by Drupal