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

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

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