Paketname | libcommons-javaflow-java |
Beschreibung | Java implementation of Continuations concept |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.0~svn20060411-5 |
Sektion | java |
Priorität | optional |
Installierte Größe | 172 Byte |
Hängt ab von | default-jre-headless | java2-runtime-headless, libcommons-logging-java, libcommons-jci-java, libbcel |
Empfohlene Pakete | |
Paketbetreuer | Debian Java Maintainers |
Quelle | commons-javaflow |
Paketgröße | 88728 Byte |
Prüfsumme MD5 | b80647394318d170ae6844b05c8ed0fb |
Prüfsumme SHA1 | 189a4f46658f3efaabcc880de89f004f11d55491 |
Prüfsumme SHA256 | ce43a899c621951096b00ae0fc243cc2b0509e34dcfccba537b964e468300643 |
Link zum Herunterladen | libcommons-javaflow-java_0.0~svn20060411-5_all.deb |
Ausführliche Beschreibung | Commons Javaflow is a pure Java implementation of the Continuations concept.
.
For more information about Continuation, you can have a look on
or
.
To use Javaflow in your program, Javaflow needs to enhance its Java byte code:
- statically, using the Javaflow Ant task as a part of your build process
- dynamically, at runtime, by using Javaflow's ContinuationClassLoader.
|