Click here to Skip to main content
15,891,905 members
Articles / Programming Languages / C++

Lock-Free Single-Producer - Single Consumer Circular Queue

25 Nov 2012Public Domain20 min read 428.4K   5.5K   195  
How to make a C++ thread safe, single producer, single consumer lock-free circular queue
This is an old version of the currently published article.

Only logged in members can view this content

Please go to the C++ Table of Contents to view the list of available articles in this section.