Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 610 Bytes

07-timing.md

File metadata and controls

30 lines (21 loc) · 610 Bytes

Chapter 7: Timing

<<Prev | Home | Next >>

NOTE: This is currently just an outline. Real prose and code are coming, I promise.

On A Schedule

  • Scheduler
  • animationFrameScheduler
  • asapScheduler
  • asyncScheduler
  • queueScheduler
  • scheduled
  • observeOn, subscribeOn

Backpressure

  • buffer, window
  • sample, audit
  • throttle
  • debounce

Other Time Utilities

  • delay
  • timestamp, timeInterval
  • timeout

<<Prev | Home | Next >>