removed onThreadCreation; onThreadDestruction is now thread local

This commit is contained in:
Araq
2017-02-26 20:42:19 +01:00
parent df4954fac6
commit 4f062c3be0
3 changed files with 14 additions and 57 deletions

View File

@@ -62,8 +62,6 @@ be used:
{.gcsafe.}:
deepCopy(perThread, someGlobal)
onThreadCreation(setPerThread)
Future directions: