Kraken\Loop\Bridge\React\ReactLoop::isTimerActive PHP Метод

isTimerActive() публичный Метод

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());
    }