Class EpollEventLoop

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

public class EpollEventLoop extends SingleThreadEventLoop
EventLoop which uses epoll under the covers. Only works on Linux!