ITADN

Use Executor rather than ExecutorService

#50Pull Requestjgdavey 创建于 2025-03-09
J
jgdaveycommented
We don't need the lifecycle methods of ExecutorService, just the execute method of the superinterface Executor. This is more generic and allows easier extension, e.g. for a DirectExecutor than just immediately runs whatever it is passed.
合并状态:未合并 关闭于 2025-03-10 1 条评论