Uses of Class
rx.schedulers.Schedulers
-
Packages that use Schedulers Package Description rx.schedulers Scheduler implementations, value+time record classes and the standard factory class to return standard RxJava schedulers or wrap any Executor-based (thread pool) instances. -
-
Uses of Schedulers in rx.schedulers
Fields in rx.schedulers with type parameters of type Schedulers Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReference<Schedulers>
Schedulers. INSTANCE
Methods in rx.schedulers that return Schedulers Modifier and Type Method Description private static Schedulers
Schedulers. getInstance()
-