Kraken\Loop\Bridge\React\ReactLoop::isTimerActive PHP Method

isTimerActive() public method

public isTimerActive ( React\EventLoop\Timer\TimerInterface $timer )
$timer React\EventLoop\Timer\TimerInterface
    public function isTimerActive(\React\EventLoop\Timer\TimerInterface $timer)
    {
        return $this->loop->isTimerActive($timer->getActualTimer());
    }