rx.lang.scala.Scheduler intended for IO-bound work.
rx.lang.scala.Scheduler intended for IO-bound work.
The implementation is backed by an Executor
thread-pool that will grow as needed.
This can be used for asynchronously performing blocking IO.
Do not perform computational work on this scheduler. Use rx.lang.scala.schedulers.ComputationScheduler instead.
rx.lang.scala.Scheduler for IO-bound work