Handbook
Glossary
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
assoc
an
assoc
Word description
Outputs the current thread's set of thread-local variables.
Definition
USING:
accessors
;
IN:
threads
:
tnamespace
( -- assoc )
self
variables>>
;
inline