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

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

When an event loop is stopped, it continues with its current tick and exits the loop afterwards. Multiple calls to stop MUST be ignored and MUST NOT raise an exception.
abstract public stop ( ) : void
리턴 void
    public abstract function stop();