Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Step2: fixes #13781, fixes #13805 (#13897) | cooldome | 2020-04-16 | 1 | -28/+21 |
| | | | | | | | | | * Fix sym owner in wrapper proc * threadpool changes * revert lowerings * add newFastMoveStmt * try fixing test by switching to cpp Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | threadpool.nim: allow control over MaxThreadPoolSize and ↵ | Araq | 2020-03-20 | 1 | -3/+3 |
| | | | | MaxDistinguishedThread; refs #10584 | ||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -1/+1 |
| | | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol. | ||||
* | threadpool: fix link in docs [ci skip] (#12258) [backport] | Jjp137 | 2019-09-25 | 1 | -1/+1 |
| | | | [backport] | ||||
* | 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 |
| | | | | | | | | | | | | More detailed documentation for: * md5 * hashes Mostly cosmetic improvements for: * threadpool * typetraits * channels * threads | ||||
* | 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 |
| | | | This reverts commit bdb653c4156af099814df2e21b9878cdb1591190. | ||||
* | 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 |
|\ | | | | | | | | | | | | | | | Conflicts: doc/tut1.txt lib/core/locks.nim lib/pure/collections/tables.nim lib/pure/selectors.nim | ||||
| * | 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 |
| | |||||
* | fixes a race condition that caused '^' to hang | Araq | 2014-10-05 | 1 | -4/+5 |
| | |||||
* | made tests green | Araq | 2014-09-22 | 1 | -2/+2 |
| | |||||
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -1/+1 |
| |