if i launch 10000 coroutines even on a singlethrea...
# coroutines
n
if i launch 10000 coroutines even on a singlethreaded context if i use non blocking http library, each coroutine will fire the http request and then suspend waiting for the response