This post originated from an RSS feed registered with Java Buzz
by Scott Delap.
Original Post: java.util.concurrent API backported to Java 1.4
Feed Title: ClientJava.com
Feed URL: http://www.clientjava.com/archives/wireless_mobile.rdf
Feed Description: Client/Desktop Related Java Development
Very cool. Now you can use the same libraries with 1.4 for multithreading your applications.
Excerpt:
I am happy to announce availability of a backport of
java.util.concurrent API to Java 1.4. The backport is based on sources
from JSR 166 CVS repository (September 2004), and dl.util.concurrent
1.3.4. The backport is nearly complete; unsupported functionality is
limited mostly to the following classes: 1) requiring explicit JVM
support (e.g. nanosecond clock), 2) some non-essential functions
described as "designed primarily for use in monitoring in system state,
not for synchronization control", 3) functionality that would affect
performance, or 4) functionality that would require development of
substantial amount of new code...