Interop\Async\Loop\Driver::stop PHP Méthode

stop() abstract public méthode

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