Uses of Interface
io.reactivex.rxjava3.internal.schedulers.SchedulerMultiWorkerSupport.WorkerCallback
Packages that use SchedulerMultiWorkerSupport.WorkerCallback
Package
Description
-
Uses of SchedulerMultiWorkerSupport.WorkerCallback in io.reactivex.rxjava3.internal.operators.parallel
Classes in io.reactivex.rxjava3.internal.operators.parallel that implement SchedulerMultiWorkerSupport.WorkerCallback -
Uses of SchedulerMultiWorkerSupport.WorkerCallback in io.reactivex.rxjava3.internal.schedulers
Methods in io.reactivex.rxjava3.internal.schedulers with parameters of type SchedulerMultiWorkerSupport.WorkerCallbackModifier and TypeMethodDescriptionvoidComputationScheduler.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.