Package org.robolectric.android.util.concurrent


package org.robolectric.android.util.concurrent
  • Classes
    Class
    Description
    Utility class for running code off the main looper thread aka Robolectric test thread.
    Executor service that executes posted tasks as soon as they are posted.
    Executor service that queues any posted tasks.
    Deprecated.
    only works when used in conjunction with the deprecated LooperMode.LEGACY mode.