start-context ( obj quot: ( obj -- * ) -- obj' )


Vocabulary
threads.private

Inputs
objan object
quota quotation with stack effect ( obj -- * )


Outputs
obj'an object


Definition

: start-context ( obj quot: ( obj -- * ) -- obj' )
(start-context) ; inline