Expand description
Package up unwind recovery. Note that if you are in some sensitive
place, you can use the AbortIfPanic helper to protect against
accidental panics in the rayon code itself.
Structsยง
- Abort
IfPanic ๐
Functionsยง
- halt_
unwinding ๐ - Executes
fand captures any panic, translating that panic into aErrresult. The assumption is that any panic will be propagated later withresume_unwinding, and hencefcan be treated as exception safe. - resume_
unwinding ๐