IMPORTANT!
clone in recursive mode, because of submodule(s) (git version >= 1.6.5):
git clone --recursive git://github.com/susu/cpp-sandbox.git
OR (git version < 1.6.5)
git clone git://github.com/susu/cpp-sandbox.git
cd cpp-sandbox
git submodule update --init
Any kind of fooling-around-code in C++ of mine.
- Threadpool: inter-thread communication with message passing inside a threadpool