continuation
Factor handbook » The language » Continuations » Continuation implementation details

Next:>continuation< ( continuation -- data call retain name catch )


Vocabulary
continuations

Class description
Reifies the current continuation from the point immediately after which the caller returns.

Definition

TUPLE: continuation data call retain name catch ;


Methods