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 and Type | Method and Description |
---|---|
void |
execute(java.lang.Runnable command) |
public static final ImmediateExecutor INSTANCE
Copyright © 2008–2018 The Netty Project. All rights reserved.