if you're in a suspend function you have `Either.c...
# arrow
p
if you're in a suspend function you have
Either.catch { }
which accepts suspend functions inside too
s
Thanks, this is what I was looking for