Package apache-commons-javaflow: Information
Source package: apache-commons-javaflow
Version: 1.0-alt8_0.15.20120509SNAPSHOTjpp8
Build time: Feb 5, 2019, 10:25 AM in the task #220615
Category: Development/Java
Report package bugHome page: http://commons.apache.org/sandbox/javaflow/
License: ASL 2.0
Summary: Commons Javaflow
Description:
Sometimes it is useful if we can capture the state of the application, its stack of function calls, which includes local variables, the global variables and the program counter, and save them into an object. If this object would give us the ability to restart the processing from the point stored in it. A continuation is exactly the type of object that we need. Think of a continuation as an object that, for a given point in your program, contains a snapshot of the stack trace, including all the local variables, and the program counter. You can not only store these things in the continuation object, but also restore the execution of the program from a continuation object. This means that the stack trace and the program counter of the running program become the ones stored in a continuation. Continuations are powerful concepts from the world of functional languages, like Scheme, but they are becoming popular in other languages as well.
List of RPM packages built from this SRPM:
apache-commons-javaflow (noarch)
apache-commons-javaflow-ant (noarch)
apache-commons-javaflow-javadoc (noarch)
apache-commons-javaflow (noarch)
apache-commons-javaflow-ant (noarch)
apache-commons-javaflow-javadoc (noarch)
Maintainer: Igor Vlasenko
Last changed
Feb. 5, 2019 Igor Vlasenko 0:1.0-alt8_0.15.20120509SNAPSHOTjpp8
- fc29 update
April 15, 2018 Igor Vlasenko 0:1.0-alt8_0.14.20120509SNAPSHOTjpp8
- java update
Nov. 9, 2017 Igor Vlasenko 0:1.0-alt8_0.13.20120509SNAPSHOTjpp8
- fc27 update