Interop\Async\Loop\Driver::reference PHP Méthode

reference() abstract public méthode

This will keep the event loop alive whilst the watcher is still being monitored. Watchers have this state by default.
abstract public reference ( string $watcherId ) : void
$watcherId string The watcher identifier.
Résultat void
    public abstract function reference($watcherId);