Handbook
Glossary
Channels
The
channels
vocabulary provides a simple abstraction to send and receive objects.
Opening a channel:
<channel>
( -- channel )
Sending a message:
to
( value channel -- )
Receiving a message:
from
( channel -- value )