How does one catch an exception within a `launch` ...
# coroutines
j
How does one catch an exception within a
launch
scope? Example code: https://pl.kotl.in/g3Gz4nH43
z
j
Found it 🙂 Just need use
Deferred<Unit>
instead of
Job
👍 2