Here is a list of time-related operators in RxJS
- audit/auditTime
- bufferTime
- debounce/debounceTime
- delay
- delayWhen
- sampleTime
- timeout/timeoutWith
- timeInterval
- throttle/throttleTime
- sample/sampleTime
- windowTime
Here is all public methods of AsyncScheduler
now(): number;
schedule(work, delay?, state?): Subscription;