Signature: recv(channel: Channel) -> any

Description: Receives a value from a channel.

Parameters

Returns: any

Example

let value = recv(ch)