Handbook
Glossary
channel
Vocabulary
channels
Definition
IN:
channels
TUPLE:
channel
receivers senders
;
Methods
USING:
accessors
channels
channels.private
kernel
sequences
threads
;
M:
channel
from
[
self
]
dip
notify
senders>>
[
(from)
]
unless-empty
"channel receive"
suspend
;
USING:
accessors
channels
channels.private
kernel
sequences
;
M:
channel
to
dup
receivers>>
[
dup
wait
to
]
[
nip
(to)
]
if-empty
;