or even: ``` val result = run(CommonPool) { getSom...
# coroutines
g
or even:
Copy code
val result = run(CommonPool) { getSomeResult() }
doSomethingWithResult(result)