summary refs log tree commit diff stats
path: root/lib/pure/collections/sharedtables.nim
Commit message (Collapse)AuthorAgeFilesLines
* Allow compilation of sharedtables.nimcoffeepots2016-09-091-0/+2
| | | tableimpl uses {.oldimmediate.}, which is defined in system/inclrtl.
* 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