public final class AndroidSchedulers
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Scheduler |
from(android.os.Looper looper)
A
Scheduler which executes actions on looper. |
static Scheduler |
mainThread()
A
Scheduler which executes actions on the Android main thread. |