Uses of Package
io.reactivex.rxjava3.internal.schedulers
Packages that use io.reactivex.rxjava3.internal.schedulers
Package
Description
-
Classes in io.reactivex.rxjava3.internal.schedulers used by io.reactivex.rxjava3.internal.operators.parallelClassDescriptionThe callback interface for the
SchedulerMultiWorkerSupport.createWorkers(int, WorkerCallback)
method. -
Classes in io.reactivex.rxjava3.internal.schedulers used by io.reactivex.rxjava3.internal.schedulersClassDescriptionBase functionality for direct tasks that manage a runnable and cancellation/completion.Base class that manages a single-threaded ScheduledExecutorService as a worker but doesn't perform task-tracking operations.Marker interface to indicate blocking is not recommended while running on a Scheduler with a thread type implementing it.A ThreadFactory that counts how many threads have been created and given a prefix, sets the created Thread's name to
prefix-count
.Allows retrieving multiple workers from the implementingScheduler
in a way that when asking for at most the parallelism level of the Scheduler, thoseScheduler.Worker
instances 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.