Rxjava: About Schedulers.computation()

Created on 15 Apr 2016  Â·  2Comments  Â·  Source: ReactiveX/RxJava

"meant for computational work such as event-loops and callback processing; do not use this scheduler for I/O (use Schedulers.io( ) instead); the number of threads, by default, is equal to the number of processors"

I wonders why.
What's the advantage of running in a thread picked from a fixed number thread pool when doing computational work.

Question

Most helpful comment

All 2 comments

Thanks a lot.

Was this page helpful?
0 / 5 - 0 ratings