What is the best practice to implement throughput ...
# coroutines
e
What is the best practice to implement throughput limit pattern with coroutines? In java you could do it by creating limited thread pool or with semaphores. https://github.com/Kotlin/kotlinx.coroutines/blob/master/coroutines-guide.md#fan-out looks like, but i’m not sure