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

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

This will detatch the event loop from all resources that are associated to the watcher. After this operation the watcher is permanently invalid. Calling this function MUST NOT fail, even if passed an invalid watcher.
abstract public cancel ( string $watcherId ) : void
$watcherId string The watcher identifier.
리턴 void
    public abstract function cancel($watcherId);