ChannelStatus.SUCCESS if the value was sent,
ChannelStatus.WOULD_BLOCK if the channel is full, ChannelStatus.CLOSED if the channel has been closed.
ChannelStatus trySend(T value) @trustedTry to send a value without blocking.
value | The value to send. |
ChannelStatus.SUCCESS if the value was sent,
ChannelStatus.WOULD_BLOCK if the channel is full, ChannelStatus.CLOSED if the channel has been closed.