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