Please enable JavaScript.
Coggle requires JavaScript to display documents.
RxJava (API (Schedulers (api (computation(): ComputationScheduler, io():…
RxJava
API
Schedulers
-
Scheduler
-
api
-
-
scheduleDirect(Runnable, long, TimeUnit)
schedulePeriodicallyDirect(Runnable, long, long, TimeUnit)
-
impl
-
-
-
-
TrampolineScheduler
notes
Uses a single thread. Work is put in a queue and executed after the current unit of work is completed
-
-
-
-
-
-
-
-
-
-
-
-