C++ old examples.Posted on 2021-01-30Some old snippet codes for threading in C++ (until c17)Implementation of the reader writer problem: gistAdd thread example with a threadsafe queue gist