Crate catch_unwind
source ·Expand description
Support for catching a panic while a panicked Task
is being unwound.
Functions
- Invokes the given closure
f
, catching a panic as it is unwinding the stack. - Resumes the unwinding procedure after it was caught with
catch_unwind_with_arg()
.