summary refs log tree commit diff stats
path: root/lib/pure/concurrency
Commit message (Expand)AuthorAgeFilesLines
* 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
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-0/+2
* Fixed semaphore on iOS.Yuriy Glukhov2016-03-051-14/+16
* Fix a few deprecation warningsdef2016-01-251-3/+3
* Implement isReady procedure in threadpool module.Dominik Picheta2015-10-121-0/+11
* attempt to support recursions for spawnAraq2015-09-061-2/+20
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* implemented nimPinToCpu threadpool featureAraq2015-08-241-1/+9
* Merge branch 'more_concurrency' into develAraq2015-06-301-4/+55
|\
| * proper waiting for the pinned threadAraq2015-06-021-3/+6
| * first implementation of pinnedSpawnAraq2015-05-281-4/+52