```suspend fun fetchFromNetwork() = async(CommonPo...
# coroutines
d
Copy code
suspend fun fetchFromNetwork() = async(CommonPool) { ... }