Is there an explicit way to signify a channel is e...
# coroutines
j
Is there an explicit way to signify a channel is effectively a Mono (only one message is ever sent/received) or do I just use a regular channel and only ever call receive on it once?