Handbook
Glossary
threads ( -- assoc )
Factor handbook
»
The language
»
Co-operative threads
»
Thread-local state and variables
Prev:
tchange ( ..a key quot: ( ..a value -- ..b newvalue ) -- ..b )
Vocabulary
threads
Inputs
None
Outputs
assoc
an
object
Definition
USING:
hashtables
kernel.private
;
IN:
threads
:
threads
( -- assoc )
OBJ-THREADS
special-object
{
hashtable
}
declare
;
inline