get-catchstack ( -- catchstack )
Factor handbook » The language » Continuations » Continuation implementation details

Prev:set-namestack ( namestack -- )
Next:set-catchstack ( catchstack -- )


Vocabulary
continuations.private

Inputs
None

Outputs
catchstacka vector of continuations


Word description
Outputs a copy of the current catchstack.

Definition