Hacker News new | ask | show | jobs
by snowboarder63 1215 days ago
That's essentially a process-abort level panic, which then your whole environment would die. Unfortunately there's not much we can do about that. This will catch all unwindable panics however, so that's quite a lot but yeah there's an edge-case.

https://doc.rust-lang.org/std/panic/fn.catch_unwind.html

1 comments

Ok thank you for your answer.