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