Paketname | libcommons-javaflow-java |
Beschreibung | Java implementation of Continuations concept |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.0~svn20060411-4 |
Sektion | universe/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 | Ubuntu Developers |
Quelle | commons-javaflow |
Paketgröße | 88638 Byte |
Prüfsumme MD5 | fe6f6753b40ee19933acd2d32c0bd3ee |
Prüfsumme SHA1 | fe5e3bdb9f8ef27a0edfc9cacb51d9a8297e6481 |
Prüfsumme SHA256 | bf3699fda66fb1eb6714a186b0df00462f06cbb7937bf1f2c1dea7ba3bcac8b8 |
Link zum Herunterladen | libcommons-javaflow-java_0.0~svn20060411-4_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.
|