接口 IScheduledExecutorService

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

public interface IScheduledExecutorService extends IExecutorService, ScheduledExecutorService
不继承ScheduledExecutorService,JDK的ScheduledFuture设计有问题。
作者:
wjybxx date - 2024/1/9