summary refs log tree commit diff stats
path: root/tests/threads/tonthreadcreation.nim
Commit message (Collapse)AuthorAgeFilesLines
* removed onThreadCreation; onThreadDestruction is now thread localAraq2017-02-261-7/+4
|
* onThreadDestruction feature added to Nim's threading modelAndreas Rumpf2017-01-241-1/+6
|
* added system.onThreadCreation feature for safe thread local storage ↵Andreas Rumpf2017-01-181-0/+22
initializations