Handbook
Glossary
spawn-linked-to ( quot name object -- thread )
Vocabulary
threads
Inputs
quot
an
object
name
an
object
object
an
object
Outputs
thread
an
object
Definition
USING:
kernel
;
IN:
threads
:
spawn-linked-to
( quot name object -- thread )
<linked-thread>
[
(spawn)
]
keep
;