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

disable() abstract public method

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