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

unreference() abstract public méthode

The event loop should exit the run method when only unreferenced watchers are still being monitored. Watchers are all referenced by default.
abstract public unreference ( string $watcherId ) : void
$watcherId string The watcher identifier.
Résultat void
    public abstract function unreference($watcherId);