test_threads

producer consumer thread sample

0
0
0
C++
public

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

v0.3.3[beta]