-
@Deprecated() public final class NewThreadScheduler extends Scheduler
-
-
Method Summary
Modifier and Type Method Description Scheduler.Worker
createWorker()
Retrieves or creates a new Scheduler.Worker that represents serial execution of actions. -
-
Method Detail
-
createWorker
Scheduler.Worker createWorker()
Retrieves or creates a new Scheduler.Worker that represents serial execution of actions.
When work is completed it should be unsubscribed using unsubscribe.
Work on a Scheduler.Worker is guaranteed to be sequential.
-
-
-
-