Penguin
Blame: SignalHandler
EditPageHistoryDiffInfoLikePages
Annotated edit history of SignalHandler version 1, including all changes. View license author blame.
Rev Author # Line
1 StuartYeates 1 A function called asynchronously by the OperatingSystem to let an application know that an event has happened. In the [POSIX] world there is potentially one SignalHandler per [Signal].
2
3 See also: InterruptHandler