|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
Scheduler which uses the provided Handler to execute an action
HandlerThreadScheduler using the given Handler
Scheduler which will execute an action on the main Android UI thread.
HandlerThreadScheduler.schedule(Object, rx.util.functions.Func2, long, java.util.concurrent.TimeUnit)
with a delay of zero milliseconds.
Handler.postDelayed(Runnable, long) with a runnable that executes the given action.
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||