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

Prev:get-catchstack ( -- catchstack )


Vocabulary
continuations.private

Inputs
catchstacka vector of continuations


Outputs
None

Word description
Replaces the catchstack with a copy of the given vector.

Definition