Package | Description |
---|---|
rx.internal.schedulers |
Modifier and Type | Method and Description |
---|---|
void |
ScheduledAction.addParent(SubscriptionList parent)
Adds a parent
CompositeSubscription to this ScheduledAction so when the action is
cancelled or terminates, it can remove itself from this parent. |
ScheduledAction |
NewThreadWorker.scheduleActual(Action0 action,
long delayTime,
TimeUnit unit,
SubscriptionList parent) |
Constructor and Description |
---|
ScheduledAction(Action0 action,
SubscriptionList parent) |
Copyright © 2017. All rights reserved.