``` async({ executor.execute(it) }) { doX() so...
# coroutines
z
Copy code
async({ executor.execute(it) }) {
  doX()
  something.await()
  doY()
  something.await()
  doZ()
}