summary refs log tree commit diff stats
path: root/tests/coroutines
Commit message (Collapse)AuthorAgeFilesLines
* attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
|
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-0/+20
| | | | | | Public coroutine API returns a safe reference to specific running coroutine. Fixes bug where multiple coroutines executing same procedure would identify as same coroutine. Greatly optimizes `alive()` (and as a result of that `wait()`) calls. Coroutine struct is allocated together with stack as memory unmanaged by GC.
* Proper use of sequences in coroutine testsRokas Kupstys2017-02-242-11/+8
|
* Removed test code from coro.nim and created three real tests for coroutinesRokas Kupstys2017-02-206-0/+68
e='Blame the previous revision' href='/ahoang/Nim/blame/doc/tools.txt?h=devel&id=3905cfeacecc8de1203c2845d6aadd5ff3244be7'>^
3ea644690 ^

765366c1f ^

3ea644690 ^
765366c1f ^
752cddb91 ^
3ea644690 ^
752cddb91 ^

3ea644690 ^
ad6ee9e85 ^

3ea644690 ^
1f63d1c76 ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33