summary refs log tree commit diff stats
path: root/lib/core/locks.nim
Commit message (Expand)AuthorAgeFilesLines
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-161-3/+10
* simple typo in locks.nim (#14297)Andy Davidoff2020-05-111-1/+1
* fixes #12330 (#12331)Timothee Cour2019-10-021-1/+2
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+4
* new gensym handling (#11985)Andreas Rumpf2019-08-231-2/+2
* removes deprecated T/P typesAraq2018-11-161-2/+0
* Disable stacktrace in locks (#6128)Yuriy Glukhov2017-07-211-0/+4
* fixes #6049 add mixin release, acquire to withLock (#6113)andri lim2017-07-161-0/+1
* Use ``when insideRLocksModule`` instead of ``when compiles``Anatoly Galiulin2016-03-311-0/+1
* Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is usedAnatoly Galiulin2016-03-311-1/+1
* Documentation for `withLock`.Dominik Picheta2016-03-231-0/+2
* Rename locks.lock tmplt to withLock and change body to untyped.Dominik Picheta2016-03-231-1/+1
* Implement a `lock` template in `locks` module.Dominik Picheta2016-03-181-0/+8
* Merge branch 'more_concurrency' into develAraq2015-06-301-2/+1
|\
| * get rid of deprecated effectsAraq2015-05-131-18/+6
* | lib/core - Dropped 'T' from typespdw2015-06-041-12/+14
* | get rid of deprecated effectsAraq2015-05-281-18/+6
|/
* Fix typosFederico Ceratto2015-02-151-1/+1
* deprecated old locking effectsAraq2014-12-081-9/+12
* Remove runtime deadlock prevention as deadlock detection at compile-time is a...def2014-11-111-106/+2
* Fix compile because of case sensitivitydef2014-11-081-1/+1
* make tests greenAraq2014-08-311-9/+11
* Nimrod renamed to NimAraq2014-08-281-4/+4
* case consistency improvementsAraq2014-01-111-25/+25
* 'assert' hides EAssertionFailsure; stdlib makes use of 'tags'Araq2012-11-181-3/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* fixed some recently introduced compilation errors in the standard libraryZahary Karadjov2011-12-131-1/+1
* new actors implementation for nimrod; compiler's generics still not up for th...Araq2011-08-291-2/+3
* locks now in their own core moduleAraq2011-08-201-0/+158