Hi, am I right that any failing `async` (and `laun...
# coroutines
l
Hi, am I right that any failing
async
(and
launch
) block in an
actor
will close the
actor
and make it stop accepting anything?
o
I think no if you use supervisor job as context
l
I finally found a better way, but thanks for the help nonetheless!
o
I am nut sure but I think you have to wrap await as well?
I think there's not enough docs on that
l
await()
is called from inside the
coroutineScope { … }
lambda as well, yes. I'll see if I can submit an improvement to the docs regarding this when I am inspired.