public final class ImmediateExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
Executor which executes the command in the caller thread.| Modifier and Type | Field and Description |
|---|---|
static ImmediateExecutor |
INSTANCE
The default instance.
|
| Modifier | Constructor and Description |
|---|---|
private |
ImmediateExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable command) |
public static final ImmediateExecutor INSTANCE