Interval
Creates an Observable that emits sequential numbers every specified interval of time, on a specified SchedulerLike.
Last updated
Was this helpful?
Creates an Observable that emits sequential numbers every specified interval of time, on a specified SchedulerLike.
Last updated
Was this helpful?
period
Optional. Default is 0
.
The interval size in milliseconds (by default) or the time unit determined by the scheduler's clock.
scheduler
Optional. Default is async
.
The to use for scheduling the emission of values, and providing a notion of "time".