Wiki

Clone wiki

inf225 / glossary / Continuation

[Alphabetical Index | Tag Index]

Continuation*

An abstract representation of the control state of a program. Often used in the sense of first-class continuations which let the execution state of a program be saved, passed around and then later restored.

[Wikipedia]

Updated