summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2017-02-26 20:42:19 +0100
committerAraq <rumpf_a@web.de>2017-02-26 20:42:19 +0100
commit4f062c3be08fa2bc3e167e1a6b9842c92bc8c8f7 (patch)
tree767729cfed03cdbbb6c98be57449c66a35d06c52 /doc
parentdf4954fac6c2b3663afbcdbd700ef73658fb4ef4 (diff)
downloadNim-4f062c3be08fa2bc3e167e1a6b9842c92bc8c8f7.tar.gz
removed onThreadCreation; onThreadDestruction is now thread local
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/threads.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/manual/threads.txt b/doc/manual/threads.txt
index 95bd93b98..fe88123d2 100644
--- a/doc/manual/threads.txt
+++ b/doc/manual/threads.txt
@@ -62,8 +62,6 @@ be used:
     {.gcsafe.}:
       deepCopy(perThread, someGlobal)
 
-  onThreadCreation(setPerThread)
-
 
 Future directions: