tget ( key -- value )
Factor handbook » The language » Co-operative threads » Thread-local state and variables

Prev:tnamespace ( -- assoc )
Next:tset ( value key -- )


Vocabulary
threads

Inputs
keyan object


Outputs
valuean object


Word description
Outputs the value of a thread-local variable.

Definition