-
Notifications
You must be signed in to change notification settings - Fork 0
多线程设计模式
glowwormX edited this page Mar 3, 2018
·
3 revisions
《Java多线程设计模式》 结城 浩 著
final字段(java.lang.String Boolean)
利用interrupt()改变线程状态为中断(不用interrupt不能马上中断sleep wait等)
线程里sleep wait join会检测线程是否中断,中断则跑抛出InterruptException异常,线程finally里做终止最后的操作