Uses of Package
io.reactivex.rxjava3.internal.schedulers
Packages that use io.reactivex.rxjava3.internal.schedulers
-
Classes in io.reactivex.rxjava3.internal.schedulers used by io.reactivex.rxjava3.internal.schedulersClassDescriptionAllows retrieving multiple workers from the implementing
Schedulerin a way that when asking for at most the parallelism level of the Scheduler, thoseScheduler.Workerinstances will be running with different backing threads.The callback interface for theSchedulerMultiWorkerSupport.createWorkers(int, WorkerCallback)method.Schedules work on the current thread but does not execute immediately.