I want to launch 10 concurrent http client request...
# ktor
w
I want to launch 10 concurrent http client requests at a time similar to this: https://ktor.io/clients/index.html But I am having problems with errors killing the parent coroutine and all the children. Does anyone have an example of a work/children coroutines with error handling?
m
w
Cheers bud.