Executors
public final class Executors extends Object
Methods
mainThreadExecutor
public static Executor mainThreadExecutor()
Posts executions to the main thread.
ReturnValue
Name | Description |
---|---|
Executor
|
directExecutor
public static Executor directExecutor()
Immediately callsRunnableon the current thread.
ReturnValue
Name | Description |
---|---|
Executor
|
Provides executors for signal operators.