Interop\Async\Loop\Driver::enable PHP Метод

enable() абстрактный публичный Метод

Watchers (enabling or new watchers) MUST immediately be marked as enabled, but only be activated (i.e. callbacks can be called) right before the next tick. Callbacks of watchers MUST not be called in the tick they were enabled.
abstract public enable ( string $watcherId ) : void
$watcherId string The watcher identifier.
Результат void
    public abstract function enable($watcherId);