system.signal.ignore

Synopsis

local system = require "system"
system.signal.ignore(signal: integer)

Description

Ignore signal.

This function will fail if you try to ignore a signal for which a system.signal.set object exists.
Only the master VM is allowed to use this function.
This function is only available to POSIX systems.