std.channel
Functions
Creates a new channel.
Creates a new channel.
Creates a new channel.
The size
parameter specifies the buffer size of the channel.
If the buffer is full, sending a value will block until a value is received.
If the buffer is empty, receiving a value will block until a value is sent.
NOTE: The default buffer size must be greater than 0.