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.
pub fn was_sigint_ever_caught() -> bool
Returns whether a SIGINT
was ever caught.
Need to call track_sigint
at least once first.