|
Here you can find the source code and documentation for the ZThreads library.
The latest 2.2.X release was version 2.2.6.
For the last 1.5.X release:
For an archive of past releases, visit sourceforge.
The Java version is, by no means, a complete port of the C++ library.
Its main purpose was to help model and develop the ideas and patterns used
in the main version of the library. However, it is still useful in many situations.
For a more complete description of what this is and how it came to be,
please see the README included.
I'd also recommend taking a look at Doug Lea's util.concurrent package if you are interested in Java threading libraries. You can find more information about it on his web page.
If you need a
|