VocabularychannelsInputs and outputs| value | an object |
| channel | a channel object |
Word descriptionSends an object to a channel. The send operation is synchronous. It will block the calling thread until there is a receiver waiting for data on the channel. It will return when the receiver has received the data successfully.
See also<channel>,
fromDefinitionMethods