Interop\Async\Loop\Driver::unreference PHP Method

unreference() abstract public method

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.
return void
    public abstract function unreference($watcherId);