Package : apache-commons-javaflow > RPM : apache-commons-javaflow-1.0-1.2.20120509SNAPSHOT.10.mga6.src.rpm

Basic items

Name apache-commons-javaflow
Version 1.0
Release 1.2.20120509SNAPSHOT.10.mga6
URL http://commons.apache.org/sandbox/javaflow/
Group Development/Java
Summary Commons Javaflow
Size 106KB
Arch noarch
License ASL 2.0

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.

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-03-02 07:14:03
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie