ConcurrentLinkedQueue/ArrayBlockingQueue/LinkedBockingqueue

非阻塞队列 Concurrentlikedqueue使用cas 执行,单向链表  和dque双向链表  :常用 poll /offer

linkedblockingqueue 使用 take 、 put 

猜你喜欢

转载自www.cnblogs.com/yanLog/p/9078184.html