… if network requests are sync. For async network ...
# coroutines
e
… if network requests are sync. For async network request you’ll need a pattern called “worker pool”. There are slides somewhere about it for Go lang. It is easy to translate into Kotlin.