RosettaCodeData/Task/Program-termination/00DESCRIPTION

10 lines
484 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Show the syntax for a complete stoppage of a program inside a   [[Conditional Structures|conditional]].
2015-02-20 00:35:01 -05:00
This includes all [[threads]]/[[processes]] which are part of your program.
2013-04-10 23:57:08 -07:00
2016-12-05 22:15:40 +01:00
Explain the cleanup (or lack thereof) caused by the termination (allocated memory, database connections, open files, object finalizers/destructors, run-on-exit hooks, etc.).
Unless otherwise described, no special cleanup outside that provided by the operating system is provided.
<br><br>