Is there an equivalent to `select` that doesn't ab...
# coroutines
a
Is there an equivalent to
select
that doesn't abort if one of the coroutines throws an exception?
p
None in the stdlib AFAIK but you can wrap it in
try-catch