blob: 1226571c32a88b6bcbfdb0846813776853e9604e (
plain) (
tree)
|
|
This library is intended to provide a minimal & complete Object-Oriented (OO)
thread interface for C++ programmers. It is loosely modeled on the Java thread
API, and the POSIX Threads standards. The architecture of the library is
designed around "swappable" thread models which are defined at compile-time in
a shared object library.
WWW: http://openthreads.sourceforge.net/
|