Class ImmediateExecutor

java.lang.Object
io.netty.util.concurrent.ImmediateExecutor
All Implemented Interfaces:
Executor

public final class ImmediateExecutor extends Object implements Executor
Executor which execute tasks in the callers thread.