mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-30 18:41:45 +00:00
removed onThreadCreation; onThreadDestruction is now thread local
This commit is contained in:
@@ -62,8 +62,6 @@ be used:
|
||||
{.gcsafe.}:
|
||||
deepCopy(perThread, someGlobal)
|
||||
|
||||
onThreadCreation(setPerThread)
|
||||
|
||||
|
||||
Future directions:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user