summary refs log tree commit diff stats
path: root/tests/arc/tasyncawait.nim
Commit message (Collapse)AuthorAgeFilesLines
* use doAssert in tests (#16486)flywind2020-12-281-1/+1
|
* fix #14320 (tasyncawait.nim is recently very flaky) + avoid hardcoding ↵Timothee Cour2020-05-131-14/+7
| | | | | | | service ports everywhere + flakyAssert (#14327) * hotfix #14320 tasyncawait.nim is recently very flaky * fix #14327 * add flakyAssert
* new implementations for --gc:orc (#14121)Andreas Rumpf2020-04-271-1/+2
| | | | | | | | | * cycle collector: new implementation * cycle collector: make self-adaptive based on its previous effectiveness * cycle collector: added Lins's jump stack to improve traversal from 3*N to 2*N * cycle collector: make tests green * API extensions and bugfixes * code cleanup and use --gc:orc for tasyncawait
* cycle breaker (#13593)Andreas Rumpf2020-03-191-7/+12
| | | | * cycle breaking as an alternative to cycle detection
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-171-0/+69