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