Not exactly. `suspendCoroutine` and `startCoroutin...
# coroutines
e
Not exactly.
suspendCoroutine
and
startCoroutine
are there so you can go and write Promise.await extension and async builder. But you have to write them. There is no
launch
or
async
out of the box.