What Are Continuations

A continuation is a means of capturing the control flow of the program and manipulating it. It should capture both the current execution context as the program location. A continuation should contain everything that is necessary to perform the future execution of the program.

Sometimes it's useful to use a debugger to illustrate continuations.

Labels

 
(None)