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

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

Disabling a watcher MUST NOT invalidate the watcher. Calling this function MUST NOT fail, even if passed an invalid watcher.
abstract public disable ( string $watcherId ) : void
$watcherId string The watcher identifier.
리턴 void
    public abstract function disable($watcherId);