mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
140e7da341
Spotted by: alfred
10 lines
436 B
Plaintext
10 lines
436 B
Plaintext
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/
|
|
|
|
Maintainer: "Ying-Chieh Chen" <yinjieh@csie.nctu.edu.tw>
|