Uses of Interface
io.reactivex.rxjava3.internal.schedulers.SchedulerMultiWorkerSupport.WorkerCallback
-
Packages that use SchedulerMultiWorkerSupport.WorkerCallback Package Description io.reactivex.rxjava3.internal.operators.parallel io.reactivex.rxjava3.internal.schedulers -
-
Uses of SchedulerMultiWorkerSupport.WorkerCallback in io.reactivex.rxjava3.internal.operators.parallel
Classes in io.reactivex.rxjava3.internal.operators.parallel that implement SchedulerMultiWorkerSupport.WorkerCallback Modifier and Type Class Description (package private) class
ParallelRunOn.MultiWorkerCallback
-
Uses of SchedulerMultiWorkerSupport.WorkerCallback in io.reactivex.rxjava3.internal.schedulers
Methods in io.reactivex.rxjava3.internal.schedulers with parameters of type SchedulerMultiWorkerSupport.WorkerCallback Modifier and Type Method Description void
ComputationScheduler. createWorkers(int number, SchedulerMultiWorkerSupport.WorkerCallback callback)
void
ComputationScheduler.FixedSchedulerPool. createWorkers(int number, SchedulerMultiWorkerSupport.WorkerCallback callback)
void
SchedulerMultiWorkerSupport. createWorkers(int number, @NonNull SchedulerMultiWorkerSupport.WorkerCallback callback)
Creates the given number ofScheduler.Worker
instances that are possibly backed by distinct threads and calls the specifiedConsumer
with them.
-