Interop\Async\Loop\Driver::reference PHP 메소드

reference() 추상적인 공개 메소드

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.
리턴 void
    public abstract function reference($watcherId);