Channel
Definitions
Returns a new buffered channel with capacity for n elements.
Receives a message from the given channel r.
Blocks until a message is dequeued.
Sends the message m on the given channel s.
Blocks until the message is enqueued.
Returns a channel that receives the Unit message after duration in the given time unit.