|
|
|
|
|
by prmph
526 days ago
|
|
> This function might not catch all Rust panics. A Rust panic is not always implemented via unwinding, but can be implemented by aborting the process as well. This function only catches unwinding panics, not those that abort the process. |
|
Which of those is the case for the desktop app described by the parent?