类 AbstractEventLoopGroup

java.lang.Object
cn.wjybxx.concurrent.AbstractEventLoopGroup
所有已实现的接口:
EventLoopGroup, IExecutor, IExecutorService, IScheduledExecutorService, AutoCloseable, Iterable<EventLoop>, Executor, ExecutorService, ScheduledExecutorService
直接已知子类:
DefaultFixedEventLoopGroup

public abstract class AbstractEventLoopGroup extends Object implements EventLoopGroup
默认的实现仅仅是简单的将任务分配给某个EventLoop执行
作者:
wjybxx date 2023/4/8