freebsd-ports/devel/openthreads/pkg-descr

10 lines
436 B
Text
Raw Normal View History

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>