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

Prev:tget ( key -- value )
Next:tchange ( ..a key quot: ( ..a value -- ..b newvalue ) -- ..b )


Vocabulary
threads

Inputs
valuean object
keyan object


Outputs
None

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

Definition