<@U2FRKFGV9> `async` can also work if you (dangero...
# coroutines
l
@qwert_ukg
async
can also work if you (dangerously) want to also forget about potential exceptions
q
I wanna handle it inside, and now i use
async
now, should a change it to
launch
if inside this block a have
try catch
?
l
Yes, you should use
launch
if you catch exceptions inside the coroutine