# 并发安全的队列 最近看了一篇关于**并发安全队列**的论文,在此记录该笔记。 ## 参考论文 - 《Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms》 by Maged M. Michael, Michael L. Scott