[][src]Function signal_hook::low_level::abort

pub fn abort() -> !

A bare libc abort.

Unlike the std::process::abort, this one is guaranteed to contain no additions or wrappers and therefore is async-signal-safe. You can use this to terminate the application from within a signal handler.