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) classParallelRunOn.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 voidComputationScheduler. createWorkers(int number, SchedulerMultiWorkerSupport.WorkerCallback callback)voidComputationScheduler.FixedSchedulerPool. createWorkers(int number, SchedulerMultiWorkerSupport.WorkerCallback callback)voidSchedulerMultiWorkerSupport. createWorkers(int number, @NonNull SchedulerMultiWorkerSupport.WorkerCallback callback)Creates the given number ofScheduler.Workerinstances that are possibly backed by distinct threads and calls the specifiedConsumerwith them.
-