We don’t have `async` function in current version ...
# coroutines
e
We don’t have
async
function in current version of
kotlinx.coroutines
. What was called
async
in some early releases is now called
future
(because it returns a future object).