take!(::Channel)
take!(Channel)
Removes and returns a value from a Channel
. Blocks till data is available.
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.