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);