Package org.robolectric.android.util.concurrent

  • Class Summary 
    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 Deprecated.
    only works when used in conjunction with the deprecated LooperMode.LEGACY mode.