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