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