Posted on

Some old snippet codes for threading in C++ (until c17)

  • Implementation of the reader writer problem: gist
  • Add thread example with a threadsafe queue gist