The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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