pub fn abort() -> !
Expand description

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.