计划执行器服务启动停止数次
2022-09-02 19:15:52
我正在使用 ScheduledExecutorService,在我调用它的 shutdown 方法后,我无法在其上安排 Runnable。在抛出 java.util.concurrent.RejectedExecutionException 之后调用。在 ScheduledExecutorService 上调用后,是否有另一种方法可以运行新任务?scheduleAtFixedRate(runnable, INITIAL_DELAY,
INTERVAL, TimeUnit.SECONDS)
shutdown()
shutdown()