Jump to content

call-with-current-continuation

From Wiktionary, the free dictionary

English

[edit]

Pronunciation

[edit]

Noun

[edit]

call-with-current-continuation (countable and uncountable, plural call-with-current-continuations or calls-with-current-continuation)

  1. (programming) A programming language operation that captures the current state of execution (the continuation) and provides it as a function that can be invoked to return to or replace that state of execution at any later time.