To summarise: using `runAsync2` lets you scale you...
# coroutines
e
To summarise: using
runAsync2
lets you scale your app to more requests per second if you use suspend on your long-running operations instead of blocking a thread.