public class CurrentThreadExecutor
extends java.lang.Object
implements java.util.concurrent.Executor
| Modifier and Type | Field and Description |
|---|---|
static CurrentThreadExecutor |
INSTANCE |
| Constructor and Description |
|---|
CurrentThreadExecutor() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.Runnable runnable) |
public static CurrentThreadExecutor INSTANCE