Class | Description |
---|---|
BackgroundExecutor |
Utility class for running code off the main looper thread aka Robolectric test thread.
|
InlineExecutorService |
Executor service that executes posted tasks as soon as they are posted.
|
PausedExecutorService |
Executor service that queues any posted tasks.
|
RoboExecutorService |
Executor service that runs all operations on the background scheduler.
|