# Functions
Ignore causes the provided signals to be ignored.
Ignored reports whether sig is currently ignored.
Notify causes package signal to relay incoming signals to c.
NotifyContext returns a copy of the parent context that is marked done (its Done channel is closed) when one of the listed signals arrives, when the returned stop function is called, or when the parent context's Done channel is closed, whichever happens first.
Reset undoes the effect of any prior calls to [Notify] for the provided signals.
Stop causes package signal to stop relaying incoming signals to c.