Download List

Descripción del Proyecto

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.

2003-08-05 00:01
2.3.1

Un error en ConcurrentExecutor / PoolExecutor se ha solucionado. Cancel () es opcional, como debe ser.
Tags: Source & Documents, Minor bugfixes
A bug in ConcurrentExecutor/PoolExecutor has been fixed. Cancel() is optional, as it should be.

2003-08-01 20:01
2.3.0

Nueva funcionalidad para administradores (de espera facultativo y la agrupación de tareas), mejoras en la interfaz de rosca (de espera facultativo, no hay necesidad de distinguir entre el demonio y no temas demonio). Mejoras y mejoras ThreadLocal CountedPtr. En general, las cosas han sido sometidos a una revisión que resulta en una interfaz mucho más usable.
Tags: Source & Documents, Major feature enhancements
New functionality for Executors (optional waiting and task grouping), improvements to the Thread interface (optional waiting, no need to distinguish between daemon and non-daemon threads). ThreadLocal improvements and CountedPtr improvements. In general, things have undergone an overhaul resulting in a much more usable interface.

2002-08-27 19:37
2.2.10

Los cambios que se han ido acumulando en el CVS se han enrollado.
Tags: Source & Documents, Minor bugfixes
The changes that have been accumulating in CVS have been rolled up.

2002-07-13 19:41
2.2.9

Esta versión corrige una omisión en que los hilos ThreadQueue demonio impide la correcta unido.
Tags: Source & Documents, Major bugfixes
This release fixes an oversight in ThreadQueue that prevented daemon
threads from being properly joined.

2002-07-03 06:40
2.2.8

Soporte para MacOS, y misc. actualizaciones para los primitivos vainilla y los ficheros de construcción.
Tags: Source & Documents, Minor feature enhancements
Support for MacOS, and misc. updates for vanilla primatives & build files.

Project Resources