put!(::Channel, value)
put!(Channel, value)
Appends an item to the channel. Blocks if the channel is full.
Examples
See Also
Channel, close, put!, take!,User Contributed Notes
Add a Note
The format of note supported is markdown, use triple backtick to start and end a code block.