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. Continuation home is
here.