summary refs log tree commit diff stats
path: root/lib/pure/quitprocs.nim
Commit message (Collapse)AuthorAgeFilesLines
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix ↵Timothee Cour2020-06-161-28/+0
| | | | | | | | | | | | | | | some bugs in testament (#14342) * make addQuitProc great again * fix bugs in testament * fix test * change 2016 => 2020 * addQuitProc => addExitProc + locks * move to std/exitprocs
* fixes #14331Araq2020-05-131-0/+28