summary refs log tree commit diff stats
path: root/lib/pure/concurrency
Commit message (Expand)AuthorAgeFilesLines
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-161-28/+21
* Documentation, add more examples (#13825)Juan Carlos2020-04-011-3/+5
* Add Documentation (#13811)Juan Carlos2020-03-311-0/+3
* threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...Araq2020-03-201-3/+3
* csize => csize_t for sysctlTimothee Cour2020-01-281-3/+2
* Fix #12812Clyybber2019-12-051-1/+1
* remove unused importsnarimiran2019-11-061-4/+1
* Fix many broken linksJjp1372019-10-221-1/+1
* Revert "Fixes #12187 (#12321)" (#12447)Andreas Rumpf2019-10-181-1/+1
* Fixes #12187 (#12321)Clyybber2019-10-081-1/+1
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-272-2/+2
* threadpool: fix link in docs [ci skip] (#12258) [backport]Jjp1372019-09-251-1/+1
* last stdlib cleanupsAraq2019-09-213-12/+17
* fixes #1188Araq2019-08-161-2/+8
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-3/+1
* Fix typo (#11573)WhiteDuke2019-06-251-1/+1
* fixes #11275 (#11276)Ștefan Talpalaru2019-05-201-3/+20
* fixes #11250 (#11251)Ștefan Talpalaru2019-05-151-7/+5
* improved documentation for several modules (#10752)Miran2019-03-011-48/+69
* Fix compilation w/ Atomic[T] types (#10607)LemonBoy2019-02-131-2/+2
* fixes #10584 [backport]Andreas Rumpf2019-02-061-3/+4
* 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
* manual: Fix links to Parallel & Spawn (#9342)Tomohiro2018-10-131-1/+1
* docs: remove most stale links; refs #9109Araq2018-09-291-1/+1
* cpuinfo: fix compilation for 32bit HaikuLeorize2018-09-251-3/+3
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-0/+12
|\
| * Haiku support for Nim (#8542)alaviss2018-08-141-0/+12
* | renames threadpool.await to blockUntil; refs #7853Araq2018-08-141-24/+24
* | deprecated regionized pointersAraq2018-08-101-4/+2
|/
* Native access to Genode environmentEmery Hemingway2018-06-071-3/+5
* Minor fixes to enable tccGanesh Viswanathan2018-05-141-1/+1
* fixes #7638; awaitAny blocks if the flow vars all have been complete alreadyAndreas Rumpf2018-04-191-7/+17
* threadpool: minor documentation improvementAndreas Rumpf2018-04-191-1/+1
* Fallback to doNothing if /proc/loadavg cant be opened (#7123)Yuriy Glukhov2018-01-221-11/+14
* make tests green againAndreas Rumpf2017-10-291-2/+2
* more replacements for the deprecated '<'Andreas Rumpf2017-10-291-2/+2
* fixes cpuinfo regressionAraq2017-10-261-8/+2
* [Windows] Use GetSystemInfo for obtaining processor count (#6082)Dmitry Atamanov2017-10-251-2/+25
* make threadpool care about minPoolSizeAndreas Rumpf2017-10-121-0/+10
* Remove expr/stmt (#5857)Arne Döring2017-07-251-4/+4
* Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)Yuriy Glukhov2017-07-171-13/+3
* GC_fullCollect on sync threadpool (#6107)Yuriy Glukhov2017-07-171-3/+13
* Fixes #6090 (#6092)Yuriy Glukhov2017-07-141-0/+5
* fix countProcessors error return value. (#5942)Parashurama2017-06-051-1/+1
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-1/+6
* Update threadpool.nim (#5624)Tomas Vojtisek2017-03-291-1/+1
* Fix overflow when casting int64 to int in cpuload.nimvega2016-12-161-3/+3
* Add a lock to prevent race conditionDmitry Polienko2016-08-241-22/+33
* Add a workaround for threadpool deadlocks on recursionDmitry Polienko2016-08-111-3/+35