Timer和ScheduledThreadPoolExecutor的区别

Timer 基于单线程、系统时间实现的延时、定期任务执行类。具体可以看下面红色标注的代码。 public class Timer { /** * The timer task queue. This data structure is shared with the timer * thread.

你可能感兴趣的:(Timer和ScheduledThreadPoolExecutor的区别)