summary refs log tree commit diff stats
path: root/lib/pure/collections/sharedtables.nim
Commit message (Expand)AuthorAgeFilesLines
* more documentation fixesAraq2018-03-051-5/+7
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-5/+15
* improve the docs for tables.addAraq2017-12-121-0/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-0/+46
* Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
* fixes a critical tables bug that caused 'enlarge' to crash after 'add'Andreas Rumpf2016-09-051-8/+11
* Introduce template withValue()cheatfate2016-05-261-0/+53
* prepared selectors module for multi threadingAraq2015-06-301-3/+3
* some progress on making async multithreadedAraq2015-05-281-0/+105