Kraken\Loop\Timer\TimerBox::updateTime PHP Method

updateTime() public method

public updateTime ( ) : float
return float
    public function updateTime()
    {
        return $this->time = microtime(true);
    }