Package | Description |
---|---|
io.reactivex.internal.schedulers |
Modifier and Type | Method and Description |
---|---|
void |
ComputationScheduler.createWorkers(int number,
SchedulerMultiWorkerSupport.WorkerCallback callback) |
void |
SchedulerMultiWorkerSupport.createWorkers(int number,
SchedulerMultiWorkerSupport.WorkerCallback callback)
Creates the given number of
Scheduler.Worker instances
that are possibly backed by distinct threads
and calls the specified Consumer with them. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.