Function signal_hook_registry::register_sigaction [−][src]
pub unsafe fn register_sigaction<F>(
signal: c_int,
action: F
) -> Result<SigId, Error> where
F: Fn(&siginfo_t) + Sync + Send + 'static,
pub unsafe fn register_sigaction<F>(
signal: c_int,
action: F
) -> Result<SigId, Error> where
F: Fn(&siginfo_t) + Sync + Send + 'static,