Paketname | libconcurrent-java |
Beschreibung | utility classes for concurrent java programming |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.3.4-4 |
Sektion | java |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | default-jre-headless | java2-runtime-headless |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | concurrent-dfsg |
Paketgröße | 133384 Byte |
Prüfsumme MD5 | 9dd07a705f6148bca69cdc15972b83b2 |
Prüfsumme SHA1 | bc06b3602bd879fa9cf6c94e021197db1076074c |
Prüfsumme SHA256 | c383dbc2d68a0a5e66d09abcadc4dfe94a3eb181865be4f4303ab6be76dbeeca |
Link zum Herunterladen | libconcurrent-java_1.3.4-4_all.deb |
Ausführliche Beschreibung | 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
|