mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
8afefff003
- Use gcc33 on 4.x because it provokes Internal compiler error with 2.95 [2] PR: ports/65014 [1], ports/65688 [2] Submitted by: ijliao [1], Stefan Grundmann <sg-sendpr@waset.de> [2] Approved by: maintainer timeout (17 days)
19 lines
701 B
Plaintext
19 lines
701 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 variabes as well as other more complex
|
|
components.
|
|
|
|
ZThread implementations are provided for POSIX and Win32 platforms.
|
|
|
|
Author: Eric Crahen <crahen@cse.buffalo.edu>
|
|
WWW: http://zthread.sourceforge.net/
|
|
|
|
-- Johann Visagie <wjv@FreeBSD.org>
|