undefined

无锁队列的各种实现:https://km.woa.com/group/492/articles/show/152881?kmref=search&from_page=1&no=2

无锁编程和有锁编程效率对比:https://blog.csdn.net/cws1214/article/details/47680773?utm_source=blogxgwz8

Java ConcurrentLinkedQuere 实现:https://zhuanlan.zhihu.com/p/363966956

c++11 中的 atomic:https://www.yuanguohuo.com/2019/07/08/cpp11-atomic/

c++11中的原子交换函数 compare_exchange_weak 和 compare_exchange_strong:https://blog.csdn.net/feikudai8460/article/details/107035480