public class ContextScheduler.ContextWorker
extends io.reactivex.rxjava3.core.Scheduler.Worker
| Constructor and Description |
|---|
ContextWorker() |
| Modifier and Type | Method and Description |
|---|---|
int |
countActions() |
void |
dispose() |
boolean |
isDisposed() |
io.reactivex.rxjava3.disposables.Disposable |
schedule(Runnable action) |
io.reactivex.rxjava3.disposables.Disposable |
schedule(Runnable action,
long delayTime,
TimeUnit unit) |
io.reactivex.rxjava3.disposables.Disposable |
schedulePeriodically(Runnable action,
long initialDelay,
long period,
TimeUnit unit) |
public int countActions()
public io.reactivex.rxjava3.disposables.Disposable schedule(Runnable action)
schedule in class io.reactivex.rxjava3.core.Scheduler.Workerpublic io.reactivex.rxjava3.disposables.Disposable schedule(Runnable action, long delayTime, TimeUnit unit)
schedule in class io.reactivex.rxjava3.core.Scheduler.Workerpublic io.reactivex.rxjava3.disposables.Disposable schedulePeriodically(Runnable action, long initialDelay, long period, TimeUnit unit)
schedulePeriodically in class io.reactivex.rxjava3.core.Scheduler.Workerpublic void dispose()
public boolean isDisposed()
Copyright © 2024 Eclipse. All rights reserved.