dfa1f4de4b
- Update openproducer to 1.1 and move to LOCALBASE - Update osg to 1.2 and move to LOCALBASE - Take maintainerships PR: ports/105729 Submitted by: jylefort Approved by: maintainers
7 lines
378 B
Text
7 lines
378 B
Text
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/
|