top | item 34826978

(no title)

snowboarder63 | 3 years 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

discuss

order

nazka|3 years ago

Ok thank you for your answer.