Package | Description |
---|---|
rx.internal.schedulers |
Modifier and Type | Method and Description |
---|---|
ScheduledAction |
NewThreadWorker.scheduleActual(Action0 action,
long delayTime,
TimeUnit unit)
Schedules the given action by wrapping it into a ScheduledAction on the
underlying ExecutorService, returning the ScheduledAction.
|
ScheduledAction |
NewThreadWorker.scheduleActual(Action0 action,
long delayTime,
TimeUnit unit,
CompositeSubscription parent) |
ScheduledAction |
NewThreadWorker.scheduleActual(Action0 action,
long delayTime,
TimeUnit unit,
SubscriptionList parent) |
Copyright © 2017. All rights reserved.