Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 334 Bytes

Scheduler.md

File metadata and controls

3 lines (2 loc) · 334 Bytes

If you want to introduce multithreading into your cascade of Observable operators, you can do so by instructing those operators (or particular Observables) to operate on particular Schedulers.

For more information about Schedulers, see the ReactiveX Scheduler documentation page.