Uses of Class
io.reactivex.rxjava3.internal.schedulers.IoScheduler.CachedWorkerPool
-
Packages that use IoScheduler.CachedWorkerPool Package Description io.reactivex.rxjava3.internal.schedulers -
-
Uses of IoScheduler.CachedWorkerPool in io.reactivex.rxjava3.internal.schedulers
Fields in io.reactivex.rxjava3.internal.schedulers declared as IoScheduler.CachedWorkerPool Modifier and Type Field Description (package private) static IoScheduler.CachedWorkerPool
IoScheduler. NONE
private IoScheduler.CachedWorkerPool
IoScheduler.EventLoopWorker. pool
Fields in io.reactivex.rxjava3.internal.schedulers with type parameters of type IoScheduler.CachedWorkerPool Modifier and Type Field Description (package private) java.util.concurrent.atomic.AtomicReference<IoScheduler.CachedWorkerPool>
IoScheduler. pool
Constructors in io.reactivex.rxjava3.internal.schedulers with parameters of type IoScheduler.CachedWorkerPool Constructor Description EventLoopWorker(IoScheduler.CachedWorkerPool pool)
-