Why does a ScheduledExecutorService not run a task again after an exception is thrown?

后端 未结 0 787
一整个雨季
一整个雨季 2021-02-12 06:26

For executing periodical tasks, I looked at Timer and ScheduledThreadPoolExecutor (with a single thread) and decided to use the latter, because in the reference for Executors.ne

相关标签:
回答
  • 消灭零回复
提交回复
热议问题