test_threads
- producer consumer thread sample
- multi-threaded client server sample
sample code to demonstrate / teach multi-threading programming
git clone https://github.com/tiny/test_threads.git
cd test_threads
mkdir build
cd build
cmake ..
make
./test_threads
