接口 IExecutorService

所有超级接口:
AutoCloseable, Executor, ExecutorService, IExecutor
所有已知子接口:
EventLoop, EventLoopGroup, FixedEventLoopGroup, IScheduledExecutorService, UniExecutorService, UniScheduledExecutor
所有已知实现类:
AbstractEventLoop, AbstractEventLoopGroup, AbstractUniExecutor, AbstractUniScheduledExecutor, DefaultFixedEventLoopGroup, DefaultUniExecutor, DefaultUniScheduledExecutor, DisruptorEventLoop

public interface IExecutorService extends ExecutorService, IExecutor
命名:我们使用清晰的命名后缀,以免使用lambda时的语义不清。 Action表示无返回值的函数,Function表示有返回值的函数。
作者:
wjybxx date - 2024/1/9