tnamespace ( -- assoc )
Factor handbook » The language » Co-operative threads » Thread-local state and variables

Prev:self ( -- thread )
Next:tget ( key -- value )


Vocabulary
threads

Inputs
None

Outputs
assocan assoc


Word description
Outputs the current thread's set of thread-local variables.

Definition