EventExecutor
for the calling Thread
.
Modifier and Type | Field and Description |
---|---|
private static final FastThreadLocal |
Access | Constructor and Description |
---|---|
private |
Modifier and Type | Method and Description |
---|---|
public static Executor | apply(final Executor executor, final EventExecutor eventExecutor)
Decorate the given |
public static Runnable | apply(final Runnable command, final EventExecutor eventExecutor)
Decorate the given |
public static ThreadFactory | apply(final ThreadFactory threadFactory, final EventExecutor eventExecutor)
Decorate the given |
public static EventExecutor | |
private static void | setCurrentEventExecutor(EventExecutor executor)
Set the current |
mappings | back to summary |
---|---|
private static final FastThreadLocal<EventExecutor> mappings |
ThreadExecutorMap | back to summary |
---|---|
private ThreadExecutorMap() |
apply | back to summary |
---|---|
public static Executor apply(final Executor executor, final EventExecutor eventExecutor) Decorate the given |
apply | back to summary |
---|---|
public static Runnable apply(final Runnable command, final EventExecutor eventExecutor) Decorate the given |
apply | back to summary |
---|---|
public static ThreadFactory apply(final ThreadFactory threadFactory, final EventExecutor eventExecutor) Decorate the given |
currentExecutor | back to summary |
---|---|
public static EventExecutor currentExecutor() Returns the current |
setCurrentEventExecutor | back to summary |
---|---|
private static void setCurrentEventExecutor(EventExecutor executor) Set the current |