Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有一个类似于java.util.Timer但使用启动计时器的线程并在事件之间阻塞线程而不是创建单独的线程来调度事件的类?
java.util.Timer
只是Thread.sleep()循环调用。
Thread.sleep()