Wait-Free Queues With Multiple Enqueuers and Dequeuers ∗
NOTE: 在 wikipedia Non-blocking algorithm # Wait-freedom 段中有这样的描述:
Wait-free algorithms were rare until 2011, both in research and in practice. However, in 2011 Kogan and Petrank[17] presented a wait-free queue building on the CAS primitive, generally available on common hardware. Their construction expanded the lock-free queue of Michael and Scott,[18] which is an efficient queue often used in practice.