Name
SPVM::Sys::Signal::Handler::Ignore - Signal Handler that Represents SIG_IGN
in C language
Usage
use Sys::Signal::Handler::Ignore;
Description
Sys::Signal::Handler::Ignore
is a signal handler that represents SIG_IGN
in C language
.
See signal(2) - Linux man page in Linux.
See Sys::Signal about the details of signals.
Copyright & License
Copyright (c) 2023 Yuki Kimoto
MIT License