risingwave_common::util::panic

Function is_catching_unwind

source
pub fn is_catching_unwind() -> bool
Expand description

Returns whether the current scope is under the context of catching unwind (by calling rw_catch_unwind).