Hi friends! I’d like to have a consumer coroutine ...
# coroutines
g
Hi friends! I’d like to have a consumer coroutine taking things from a queue/channel, doing work with them, and potentially putting them back at the front of the queue if the operation fails. That doesn’t seem to be possible with regular channels. Any ideas as to which primitive would be best suited for that task?