1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/zthread/pkg-descr
Pawel Pekala 4742c4fa20 - Add staging support
- Remove leading article from COMMENT
- Convert to USES=gmake
- Remove Author line from pkg-descr
2014-04-04 15:55:40 +00:00

16 lines
620 B
Plaintext

Paraphrasing the website:
The ZThread package is an advanced object-oriented, cross-platform, C++
threading and synchronization library. It provides a high level
abstraction of the native threading mechanisms to offer a great deal of
flexibility and control.
ZThread features interruptible Thread and Runnable objects for C++, control
objects and implementations of concurrency design patterns. This includes
semaphores, mutexes, condition variables as well as other more complex
components.
ZThread implementations are provided for POSIX and Win32 platforms.
WWW: http://zthread.sourceforge.net/