Bruno G Tavares
11/22/2022, 6:11 PMtry
would we have to account for the coroutine or it would catches that?Sam
11/22/2022, 6:32 PMrunCatching
still catches everything; that's what it's for. I doubt that would be changed as its behaviour is designed that way for specific use cases. Arrow has special handling so it allows cancellation exceptions and some other "fatal" errors to escape, though.Bruno G Tavares
12/02/2022, 7:23 PMrunSuspendCatching
then?Sam
01/11/2023, 10:38 AMJoffrey
01/11/2023, 10:30 PMrunCatching
at all in the first place, so I don't believe it's reasonable to have any runSuspendCatching
or equivalent.diego-gomez-olvera
01/13/2023, 12:00 PM