上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页
摘要: ReentrantLock中的lockInterruptibly()方法使得线程可以在被阻塞时响应中断,比如一个线程t1通过lockInterruptibly()方法获取到一个可重入锁,并执行一个长时间的任务,另一个线程通过interrupt()方法就可以立刻打断t1线程的执行,来获取t1持有的那个 阅读全文
posted @ 2020-04-03 10:38 Cao_Yeung 阅读(1575) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 下一页