2005-01-24 22:58:55 +01:00
|
|
|
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.
|
2003-11-06 14:15:01 +01:00
|
|
|
|
2005-01-24 22:58:55 +01:00
|
|
|
WWW: http://openthreads.sourceforge.net/
|
2003-11-06 14:15:01 +01:00
|
|
|
|
|
|
|
Maintainer: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
|