This package includes multi-threading utilites inspired by the O'Reilly book on Java Threads. Many of the functions in this package have equivalent objects in the Java 1.5 SDK. Over time, these will be less important as new code uses the standard API functions.

Some new Java 1.5 classes of interest include: CyclicBarrier and CountDownLatch.