public final class AndroidSchedulers
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static rx.Scheduler |
handlerThread(android.os.Handler handler)
Scheduler which uses the provided Handler to execute actions. |
static rx.Scheduler |
mainThread()
Scheduler which will execute actions on the Android UI thread. |