from ( channel -- value )
Channels

Prev:to ( value channel -- )


Vocabulary
channels

Inputs
channela channel


Outputs
valuean object


Word description
Receives an object from a channel. The operation is synchronous. It will block the calling thread until there is data in the channel.

See also
<channel>, to

Definition

GENERIC: from ( channel -- value )


Methods