Handle a signal: Difference between revisions

m
use the Requires template
(→‎{{header|PureBasic}}: Added PureBasic)
m (use the Requires template)
Line 1:
{{task|Concurrency}}[[{{requires::|Capability:Signal handling| ]]}}
Most general purpose operating systems provide interrupt facilities, sometimes called signals. Unhandled signals generally terminate a program in a disorderly manner. Signal handlers are created so that the program behaves in a well-defined manner upon receipt of a signal.
 
Anonymous user