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 TypeMethodDescriptionvoid
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.