XPSPL\Routine::reset PHP Method

reset() public method

Resets the routine after the processor has used it.
public reset ( ) : void
return void
    public function reset()
    {
        $this->_signals = [];
        $this->_idle = [];
    }