i’m toying with implementing my own RequestChannel...
# coroutines
k
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) { … }