1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/devel/openthreads/pkg-descr
Jean-Yves Lefort dfa1f4de4b - Update openthreads to 1.5
- 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
2006-11-26 04:09:23 +00:00

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/