Download List

Project Description

ZThread is an advanced object-oriented threading
and synchronization library, implemented in C++
for POSIX, MacOS, and Win32 systems. It provides
an excellent and powerful abstraction from native
threads. It includes interruptible thread objects
and several other synchronization control objects.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-12-27 23:06 Back to release list
1.5.3

A bug in WIN32_ThreadImpl.cxx that caused Thread::sleep() to throw Synchronization_Exception instead of Interrupted_Exception has been fixed. A bug in MonitoredQueue that threw NoSuchElement_Exception rather than Timeout_Exception has been fixed. POSIX_ThreadImpl.cxx and ThreadImpl::wait(...) have been fixed. The timing for the POSIX implementation should be better now. It now spends far less time playing with time values, so it is more acurate.
Tags: Source & Documents, Minor bugfixes

Project Resources