目录1.sleep法(阻塞)2.自定义法 (+线程、非阻塞)3.Twisted4.schedule (简单方便,推荐)5.Apscheduler (功能多,推荐)调度器(scheduler)触发器(trigger)作业存储(job store)注意点1.sleep法(阻塞)
In ArrayBlockingQueue, all the methods that require the lock copy it to a local final variable before calling lock().