Handle a signal: Difference between revisions

This doesn't really require concurrency, but only signal handling
(omit from Unlambda)
(This doesn't really require concurrency, but only signal handling)
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.
 
973

edits