XPSPL\Routine::reset PHP 메소드

reset() 공개 메소드

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