if fetchUser from backend normally takes 100ms to ...
# coroutines
m
if fetchUser from backend normally takes 100ms to be done the whole functions is also approx done after 100ms so producing 100k lightweight thread on common pool to do network IO blocking is also no problem at all?