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.ThreadWorkerIoScheduler. SHUTDOWN_THREAD_WORKERprivate IoScheduler.ThreadWorkerIoScheduler.EventLoopWorker. threadWorkerFields 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. expiringWorkerQueueMethods in io.reactivex.rxjava3.internal.schedulers that return IoScheduler.ThreadWorker Modifier and Type Method Description (package private) IoScheduler.ThreadWorkerIoScheduler.CachedWorkerPool. get()Methods in io.reactivex.rxjava3.internal.schedulers with parameters of type IoScheduler.ThreadWorker Modifier and Type Method Description (package private) voidIoScheduler.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 voidIoScheduler.CachedWorkerPool. evictExpiredWorkers(java.util.concurrent.ConcurrentLinkedQueue<IoScheduler.ThreadWorker> expiringWorkerQueue, CompositeDisposable allWorkers)
-