Class RoboExecutorService

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

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