Uses of Class
io.reactivex.rxjava3.internal.schedulers.IoScheduler.ThreadWorker
-
Packages that use IoScheduler.ThreadWorker Package Description io.reactivex.rxjava3.internal.schedulers -
-
Uses of IoScheduler.ThreadWorker in io.reactivex.rxjava3.internal.schedulers
Fields in io.reactivex.rxjava3.internal.schedulers declared as IoScheduler.ThreadWorker Modifier and Type Field Description (package private) static IoScheduler.ThreadWorker
IoScheduler. SHUTDOWN_THREAD_WORKER
private IoScheduler.ThreadWorker
IoScheduler.EventLoopWorker. threadWorker
Fields in io.reactivex.rxjava3.internal.schedulers with type parameters of type IoScheduler.ThreadWorker Modifier and Type Field Description private java.util.concurrent.ConcurrentLinkedQueue<IoScheduler.ThreadWorker>
IoScheduler.CachedWorkerPool. expiringWorkerQueue
Methods in io.reactivex.rxjava3.internal.schedulers that return IoScheduler.ThreadWorker Modifier and Type Method Description (package private) IoScheduler.ThreadWorker
IoScheduler.CachedWorkerPool. get()
Methods in io.reactivex.rxjava3.internal.schedulers with parameters of type IoScheduler.ThreadWorker Modifier and Type Method Description (package private) void
IoScheduler.CachedWorkerPool. release(IoScheduler.ThreadWorker threadWorker)
Method parameters in io.reactivex.rxjava3.internal.schedulers with type arguments of type IoScheduler.ThreadWorker Modifier and Type Method Description (package private) static void
IoScheduler.CachedWorkerPool. evictExpiredWorkers(java.util.concurrent.ConcurrentLinkedQueue<IoScheduler.ThreadWorker> expiringWorkerQueue, CompositeDisposable allWorkers)
-