diff options
author | Araq <rumpf_a@web.de> | 2017-02-26 20:42:19 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2017-02-26 20:42:19 +0100 |
commit | 4f062c3be08fa2bc3e167e1a6b9842c92bc8c8f7 (patch) | |
tree | 767729cfed03cdbbb6c98be57449c66a35d06c52 /doc | |
parent | df4954fac6c2b3663afbcdbd700ef73658fb4ef4 (diff) | |
download | Nim-4f062c3be08fa2bc3e167e1a6b9842c92bc8c8f7.tar.gz |
removed onThreadCreation; onThreadDestruction is now thread local
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/threads.txt | 2 |
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: |