summary refs log tree commit diff stats
path: root/lib/std/exitprocs.nim
Commit message (Expand)AuthorAgeFilesLines
* asyncdispatch: for NuttX, add destructor to clear global dispatcher. (#21432)Century Systems2023-02-281-0/+1
* stdlib organization & documentation improvements (#20971)metagn2022-12-061-0/+2
* Freeing critical sections via atexit in system/alloc and system/io (#19062)Tail Wag Games2021-10-291-3/+0
* deinitializing locks at program exit (#19043)Tail Wag Games2021-10-251-0/+3
* fix #14475; unittest.require now works with `nim c`; require and check now wo...Timothee Cour2020-07-141-0/+22
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-0/+65