Interval
create an Observable that emits a sequence of integers spaced by a given time interval
The Interval operator returns an Observable that emits an infinite sequence of ascending integers, with a constant interval of time of your choosing between emissions.
--------------------------------------------------
---------------------------------------------------
22
No comments:
Post a Comment