Package | Description |
---|---|
io.reactivex.internal.schedulers |
Class and Description |
---|
ScheduledRunnable |
SchedulerMultiWorkerSupport
Allows retrieving multiple workers from the implementing
Scheduler in a way that when asking for
at most the parallelism level of the Scheduler, those
Scheduler.Worker instances will be running
with different backing threads. |
SchedulerMultiWorkerSupport.WorkerCallback
The callback interface for the
SchedulerMultiWorkerSupport.createWorkers(int, WorkerCallback)
method. |
TrampolineScheduler
Schedules work on the current thread but does not execute immediately.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.