summary refs log tree commit diff stats
path: root/lib/pure/concurrency/atomics.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-131-2/+2
|
* Fixes new atomics for C + vcc (#10267)Jörg Wollenschläger2019-01-111-21/+21
|
* [RFC] Better atomics (#8620)Jörg Wollenschläger2019-01-101-0/+378
* Initial version of C++11 style atomics * Make Atomic[T] always concrete