Function re_crash_handler::sigint::was_sigint_ever_caught
source ยท pub fn was_sigint_ever_caught() -> bool
Expand description
Returns whether a SIGINT
was ever caught.
Need to call track_sigint
at least once first.