I have read the documentation on pthreads and OpenMP and I understand them. I have read through the examples as well as implemented small parts of program using them. Are there good examples of production open source applications written in C++ which also employ threads extensively?
Share
Two that I can think of off the top of my head are LuxRender and Blender.