summary refs log tree commit diff stats
path: root/lib/std/threads.nim
Commit message (Collapse)AuthorAgeFilesLines
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-161-266/+0
| | | | | | | | | * rename `std/threads` to `std/oldthreads` * fixes tests * rename to `typedthreads` * changelog
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-311-10/+0
| | | | | | | | | | | * put `std/threads` under the umbrella of `nimPreviewSlimSystem` * add changelog * fixes tests * fixes tests again * fixes tests
* move threads out of system (#20674)ringabout2022-10-291-0/+276
* move syslocks first * progress * clean up * go on * clean up * clean up * add imports syslocks * remove documentation * public deallocOsPages * fixes genode * fixes more * fixes boehmGC * cover more cases * fixes cyclic deps * fixes genode * cleanup * unpublic fields * cleanup * clean up