Join Slack
Powered by
i’m toying with implementing my own RequestChannel...
# coroutines
k
kevinherron
03/09/2017, 4:46 PM
i’m toying with implementing my own RequestChannel that uses 2 queues internally and takes care of this logic, which means the coroutines consuming these requests can just be
for (request in requests) { … }
Open in Slack
Previous
Next