Don't build your programs to unwind under normal circumstances.
It isn't clear what "build your programs to unwind" means. Is this suggesting one should normally not use catch_unwind or that panic='abort' should be used?
Also, it would be helpful to see some examples of abnormal circumstances where unwinding is appropriate.
It isn't clear what "build your programs to unwind" means. Is this suggesting one should normally not use
catch_unwindor thatpanic='abort'should be used?Also, it would be helpful to see some examples of abnormal circumstances where unwinding is appropriate.