Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
9
Task/Program-termination/00-TASK.txt
Normal file
9
Task/Program-termination/00-TASK.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
;Task:
|
||||
Show the syntax for a complete stoppage of a program inside a [[Conditional Structures|conditional]].
|
||||
|
||||
This includes all [[threads]]/[[processes]] which are part of your program.
|
||||
|
||||
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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue