rx.lang.scala.Scheduler intended for computational work.
rx.lang.scala.Scheduler intended for computational work.
This can be used for event-loops, processing callbacks and other computational work.
Do not perform IO-bound work on this scheduler. Use rx.lang.scala.schedulers.IOScheduler instead.
rx.lang.scala.Scheduler for computation-bound work.