Example source code for the article Multithreaded Work Queue in C++.
- Get the threads code.
- Place the threads and wqueue directories at the same directory level,
e.g.
${HOME}/src/threadsand${HOME}/src/wqueue. - cd to
${HOME}/src/wqueue. - Run
make.