Class SingleThreadEventLoop

All Implemented Interfaces:
EventLoop, EventLoopGroup, EventExecutor, EventExecutorGroup, OrderedEventExecutor, AutoCloseable, Iterable<EventExecutor>, Executor, ExecutorService, ScheduledExecutorService
Direct Known Subclasses:
DefaultEventLoop, EpollEventLoop, KQueueEventLoop, NioEventLoop, ThreadPerChannelEventLoop

public abstract class SingleThreadEventLoop extends SingleThreadEventExecutor implements EventLoop
Abstract base class for EventLoops that execute all its submitted tasks in a single thread.