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