<@U5SP8TVFA> To put it another way, the reason tha...
# coroutines
e
@dekans To put it another way, the reason that many people look at coroutines for their network operations, is that modern apps spend significant amount of time waiting for network result. Doing this with blocking threads is expensive, so they move to async network operations, which are just cumbersome unless your language supports coroutines.