ZThread is an advanced {object-oriented threading and synchronization library,} implemented in C++. It provides an excellent and powerful abstraction from native threads. It includes interruptible thread objects and several other synchronization control objects and lets you safely terminate threads without the complications of using cancellation handlers or other similar constructs.

WWW: http://zthread.sourceforge.net
