Skip to content
EntityQ1128903· pop 13· linked from 229 articles

continuation

Sign in to save

In computer science, a continuation is an abstract representation of the control state of a computer program. A continuation implements (reifies) the program control state, i.e. the continuation is a data structure that represents the computational process at a given point in the process's execution; the created data structure can be accessed by the programming language, instead of being hidden in the runtime environment. Continuations are useful for encoding other control mechanisms in programming languages such as exceptions, generators, coroutines, and so on.

Wikidata facts

Subclass of
data structure
Sources (3)

via Wikidata · CC0

Article · Français

En informatique, la continuation d'un système est son futur, c'est-à-dire la suite des instructions qu'il lui reste à exécuter à un moment précis. C'est un point de vue pour décrire l'état de la machine.

Abstract from DBpedia / Wikipedia · CC BY-SA