<@U0H8K7DEV> I've noticed you're using `async` in ...
# coroutines
e
@Ian I've noticed you're using
async
in your example just to start a coroutine (you don't care about the result). What's your take on https://github.com/Kotlin/kotlin-coroutines/issues/80 ?