Handbook
Glossary
current-continuation ( -- continuation )
Vocabulary
continuations
Inputs
None
Outputs
continuation
a
continuation
Word description
Reifies the current execution context representing the future of the computation into a continuation object.
Definition
USING:
continuations.private
kernel
namespaces
;
IN:
continuations
:
current-continuation
( -- continuation )
get-datastack
get-callstack
get-retainstack
get-namestack
get-catchstack
<continuation>
;