public final class ImmediateExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
Executor
which executes the command in the caller thread.限定符和类型 | 字段和说明 |
---|---|
static ImmediateExecutor |
INSTANCE
The default instance.
|
限定符和类型 | 方法和说明 |
---|---|
void |
execute(java.lang.Runnable command) |
public static final ImmediateExecutor INSTANCE