libconcurrent-java

utility classes for concurrent java programming

Description

The concurrent java library provides standardized, efficient versions of utility classes commonly encountered in concurrent Java programming. Discussions of the rationale and applications of several of these classes can be found in the second edition of Concurrent Programming in Java.

The package mainly consists of implementations of a few interfaces:

 * Sync -- locks, conditions
 * Channel -- queues, buffers
 * Barrier -- multi-party synchronization
 * SynchronizedVariable -- atomic ints, refs etc
 * java.util.Collection -- collections
 * Executor -- replacements for direct use of Thread

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libconcurrent-java