Skip to main content

CATCHING_UNWIND

Constant CATCHING_UNWIND 

Source
const CATCHING_UNWIND: LocalKey<RefCell<usize>>;
Available on non-target_family=wasm and crate feature panic only.
Expand description

Keeps track of how many catch_unwind calls we are inside.