Example source code for the article 'Multithreaded Work Queue in C++'
- Get the threads code at https://github.com/vichargrave/threads.git.
- Place the threads and wqueue directories at the same directory level, e.g. ${HOME}/src/threads and ${HOME}/src/wqueue.
- cd to ${HOME}/src/wqueue.
- Type 'make'.