Class AbstractEventLoop

All Implemented Interfaces:
EventLoop, EventLoopGroup, EventExecutor, EventExecutorGroup, OrderedEventExecutor, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService

public abstract class AbstractEventLoop extends AbstractEventExecutor implements EventLoop
Skeletal implementation of EventLoop.