Class RoboExecutorService

java.lang.Object
org.robolectric.android.util.concurrent.RoboExecutorService
All Implemented Interfaces:
Executor, ExecutorService

@Deprecated public class RoboExecutorService extends Object implements ExecutorService
Deprecated.
only works when used in conjunction with the deprecated LooperMode.Mode.LEGACY mode. Consider using guava's MoreExecutors.directExecutor() or PausedExecutorService or InlineExecutorService.
Executor service that runs all operations on the background scheduler.