Interop\Async\Loop\Driver::unreference PHP Метод

unreference() абстрактный публичный Метод

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.
Результат void
    public abstract function unreference($watcherId);