Interop\Async\Loop\Driver::stop PHP Method

stop() abstract public method

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
return void
    public abstract function stop();