5 ms·
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 catc
by snowboarder63 4y 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 https://doc.rust-lang.org/std/panic/fn.catch_unwind.html
- nazka 4y agoOk thank you for your answer.