Schedulers RxJava operators don't work with Thread s or ExecutorService s directly but with so-called Scheduler s that abstract away sources of concurrency behind a uniform API. RxJava 3 features ...