mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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
8 lines
378 B
Plaintext
8 lines
378 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/
|