wyrm::unix::signal signal... script|ignore|default [ nochildstop|nochildwait|nodefer|onstack|restart|resethandler ] ...
Establish a signal handler. This interace does not provide a complete set of signal handling operations; the actual signal handling script is evaluated at some time after the signal handler has been called and returned. It is possible for many signal handlers to have been activated and old signal information overwritten before the handler script is actually evaluated. Any signal mask associated with the signal handler is no longer in effective at the time of evaluation.
When the script is evaluated, a number of key/value pairs are appended to the script before it is evaluated, including
Signal processing is not thread safe.