Join Slack
Powered by
What is the best practice to implement throughput ...
# coroutines
e
enleur
09/21/2017, 6:19 AM
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
Open in Slack
Previous
Next