call-with-current-continuation
Appearance
English
[edit]Pronunciation
[edit]Audio (General American): (file)
Noun
[edit]call-with-current-continuation (countable and uncountable, plural call-with-current-continuations or calls-with-current-continuation)
- (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.