This is my testbed for multithreaded classes. I've written a MessageQueue class that uses locking already. I use pthreads for everything, as any respectable unix programmer would. To see some examples for my method of writing C code that has object orientation, see object-oriented-test.
Examples are provided in main.c. I may expand this testbed as I add more classes for multithreaded communications.
make
./test
make clean
make memcheck
All code and documentation in this repository is released under the MIT license. See license text.