Timer
create an Observable that emits a particular item after a given delay
See Also
Language-Specific Information
RxGroovy timer
RxGroovy implements this operator as timer
.
RxJava 1․x timer
RxJava implements this operator as timer
.
RxJS timer
In RxJS there are two versions of the timer
operator.
timer
by default operates on the timeout
Scheduler, or you can override this by passing in a Scheduler as a final parameter.
timer
is found in each of the following distributions:
rx.all.js
rx.all.compat.js
-
rx.time.js
(requires either rx.js
or rx.compat.js
) rx.lite.js
rx.lite.compat.js
RxPHP timer