summary refs log tree commit diff stats
path: root/lib/system
diff options
context:
space:
mode:
authorflywind <43030857+xflywind@users.noreply.github.com>2020-09-22 19:07:31 +0800
committerGitHub <noreply@github.com>2020-09-22 13:07:31 +0200
commitab05e141c0ee298d42344e8a15101097e73ff2f9 (patch)
treeaeb1ae244f65a59bed8e149a5488f16901ce20f1 /lib/system
parent1fae66e4df8cc43b4ec8ab97fff96282ef234f2e (diff)
downloadNim-ab05e141c0ee298d42344e8a15101097e73ff2f9.tar.gz
deinitLock (#15383)
* deinitLock

* minor
Diffstat (limited to 'lib/system')
-rw-r--r--lib/system/threads.nim2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system/threads.nim b/lib/system/threads.nim
index 6b858c4bb..bf93b5e01 100644
--- a/lib/system/threads.nim
+++ b/lib/system/threads.nim
@@ -41,6 +41,8 @@
 ##  for i in 0..high(thr):
 ##    createThread(thr[i], threadFunc, (i*10, i*10+5))
 ##  joinThreads(thr)
+## 
+##  deinitLock(L)
 
 when not declared(ThisIsSystem):
   {.error: "You must not import this module explicitly".}