ChannelStatus.SUCCESS if the value was sent successfully,
ChannelStatus.CLOSED if the channel has been closed.
ChannelStatus send(T value) @trustedSend a value into the channel, blocking if the channel is full.
value | The value to send. |
ChannelStatus.SUCCESS if the value was sent successfully,
ChannelStatus.CLOSED if the channel has been closed.