
Java并发
zjxkeven
这个作者很懒,什么都没留下…
展开
-
Java并发包下CountDownLatch,Semaphone,CyclicBarrier使用
Java并发编程:http://www.importnew.com/21889.html 并发容器:CopyOnWriteArrayList/CopyOnWriteArraySet https://www.cnblogs.com/dolphin0520/p/3938914.html BlockingQueue即阻塞队列: http://wsmajunfeng.iteye.c...原创 2018-06-21 10:38:35 · 290 阅读 · 0 评论 -
synchronized和reentrantlock区别
ReenTrantLock可重入锁(和synchronized的区别)总结: https://blog.youkuaiyun.com/qq838642798/article/details/65441415 https://blog.youkuaiyun.com/Somhu/article/details/78874634 再谈重入锁--ReentrantLock: http://tenyears.iteye...原创 2018-06-26 09:12:52 · 124 阅读 · 0 评论 -
Java多线程体系化概念
http://www.importnew.com/21089.html ConcurrentLinkedQueue、AraayBlockingQueue、LinkedBlockingQueue 区别及使用场景 https://blog.youkuaiyun.com/jameshadoop/article/details/52729796原创 2018-06-29 15:10:33 · 186 阅读 · 0 评论 -
CountDownLatch与join区别
https://blog.youkuaiyun.com/zhutulang/article/details/48504487 Java多线程超时范围内等待完成的几种方法: https://blog.youkuaiyun.com/lavorange/article/details/80966938 安全中止超时线程:使用interrupt方法,处理线程捕获异常进行处理 https://blog.cs...原创 2018-06-29 15:21:23 · 148 阅读 · 0 评论