Handbook
Glossary
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
value
an
object
key
an
object
Outputs
None
Word description
Sets the value of a thread-local variable.
Definition
USING:
assocs
;
IN:
threads
:
tset
( value key -- )
tnamespace
set-at
;