Rx\Scheduler\ImmediateScheduler::schedulePeriodic PHP Method

schedulePeriodic() public method

public schedulePeriodic ( callable $action, $delay, $period )
$action callable
    public function schedulePeriodic(callable $action, $delay, $period)
    {
        throw new \Exception("ImmediateScheduler does not support a non-zero delay.");
    }