index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
concurrency
/
threadpool.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
styleCheck: Fix some inconsistent identifiers (#16177)
ee7
2020-12-21
1
-12
/
+12
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
threadpool.nim: minor code style changes
Araq
2020-07-18
1
-5
/
+5
*
Step2: fixes #13781, fixes #13805 (#13897)
cooldome
2020-04-16
1
-28
/
+21
*
threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...
Araq
2020-03-20
1
-3
/
+3
*
Fix many broken links
Jjp137
2019-10-22
1
-1
/
+1
*
threadpool: fix link in docs [ci skip] (#12258) [backport]
Jjp137
2019-09-25
1
-1
/
+1
*
last stdlib cleanups
Araq
2019-09-21
1
-0
/
+2
*
fixes #1188
Araq
2019-08-16
1
-2
/
+8
*
Fix typo (#11573)
WhiteDuke
2019-06-25
1
-1
/
+1
*
fixes #11275 (#11276)
Ștefan Talpalaru
2019-05-20
1
-3
/
+20
*
fixes #11250 (#11251)
Ștefan Talpalaru
2019-05-15
1
-7
/
+5
*
improved documentation for several modules (#10752)
Miran
2019-03-01
1
-48
/
+69
*
fixes #10584 [backport]
Andreas Rumpf
2019-02-06
1
-3
/
+4
*
manual: Fix links to Parallel & Spawn (#9342)
Tomohiro
2018-10-13
1
-1
/
+1
*
renames threadpool.await to blockUntil; refs #7853
Araq
2018-08-14
1
-24
/
+24
*
deprecated regionized pointers
Araq
2018-08-10
1
-4
/
+2
*
Minor fixes to enable tcc
Ganesh Viswanathan
2018-05-14
1
-1
/
+1
*
fixes #7638; awaitAny blocks if the flow vars all have been complete already
Andreas Rumpf
2018-04-19
1
-7
/
+17
*
threadpool: minor documentation improvement
Andreas Rumpf
2018-04-19
1
-1
/
+1
*
make tests green again
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
more replacements for the deprecated '<'
Andreas Rumpf
2017-10-29
1
-2
/
+2
*
make threadpool care about minPoolSize
Andreas Rumpf
2017-10-12
1
-0
/
+10
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-4
/
+4
*
Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)
Yuriy Glukhov
2017-07-17
1
-13
/
+3
*
GC_fullCollect on sync threadpool (#6107)
Yuriy Glukhov
2017-07-17
1
-3
/
+13
*
Fixes #6090 (#6092)
Yuriy Glukhov
2017-07-14
1
-0
/
+5
*
Update threadpool.nim (#5624)
Tomas Vojtisek
2017-03-29
1
-1
/
+1
*
Add a lock to prevent race condition
Dmitry Polienko
2016-08-24
1
-22
/
+33
*
Add a workaround for threadpool deadlocks on recursion
Dmitry Polienko
2016-08-11
1
-3
/
+35
*
Fixed semaphore on iOS.
Yuriy Glukhov
2016-03-05
1
-14
/
+16
*
Fix a few deprecation warnings
def
2016-01-25
1
-3
/
+3
*
Implement isReady procedure in threadpool module.
Dominik Picheta
2015-10-12
1
-0
/
+11
*
attempt to support recursions for spawn
Araq
2015-09-06
1
-2
/
+20
*
implemented nimPinToCpu threadpool feature
Araq
2015-08-24
1
-1
/
+9
*
Merge branch 'more_concurrency' into devel
Araq
2015-06-30
1
-4
/
+55
|
\
|
*
proper waiting for the pinned thread
Araq
2015-06-02
1
-3
/
+6
|
*
first implementation of pinnedSpawn
Araq
2015-05-28
1
-4
/
+52
*
|
disabled threadpool assertion only for vcc
Spencer Stirling
2015-06-10
1
-1
/
+2
*
|
fixed threadpool and atomics to work with Visual Studio 32 and 64 bit
Spencer Stirling
2015-06-09
1
-1
/
+1
*
|
lib/pure/a-c - Dropped 'T' from types
pdw
2015-06-04
1
-4
/
+4
*
|
FlowVar's ^ for refs is safe and convenient to use
Araq
2015-06-02
1
-1
/
+7
*
|
fixed typo in threadpool.nim
Michael Werner
2015-05-08
1
-1
/
+1
|
/
*
todo update
Araq
2015-03-27
1
-1
/
+1
*
Happy new year!
Guillaume Gelin
2015-01-06
1
-1
/
+1
*
minor improvement to the barrier implementation
Araq
2014-12-09
1
-1
/
+3
*
renamed CondVar to Semaphore
Araq
2014-11-10
1
-26
/
+26
*
fixed the deadlock that happens when stress testing ToFreeQueue
Araq
2014-11-08
1
-25
/
+30
*
fixes exhaustion bug and missing GC_ref code generation
Araq
2014-11-07
1
-5
/
+4
*
broken attempt to fix queue exhaustion
Araq
2014-11-07
1
-21
/
+29
[next]