Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWX
]
concurrent: Utility classes for concurrent Java programming
- Summary
- This package provides standardized, efficient versions of utility classes
commonly encountered in concurrent Java programming. This code consists of
implementations of ideas that have been around for ages, and is merely intended
to save you the trouble of coding them. Discussions of the rationale and
applications of several of these classes can be found in the second edition of
Concurrent Programming in Java.
Changelog
- * Thu Dec 23 11:00:00 2004 Sebastiano Vigna <vigna{%}acm{*}org> 0:1.3.4-1jpp
-
- New release.
- * Fri Aug 20 12:00:00 2004 Ralph Apel <r.apel at r-apel.de> 0:1.3.2-3jpp
-
- Build with ant-1.6.2
- * Wed Nov 19 11:00:00 2003 Sebastiano Vigna <vigna{%}acm{*}org> 0:1.3.2-2jpp
-
- Package name restored to EDU.