summary refs log tree commit diff stats
path: root/tests/cpp/tasync_cpp.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2016-08-23 14:37:14 +0200
committerGitHub <noreply@github.com>2016-08-23 14:37:14 +0200
commiteb03040d7d810a0d31c5d4ae3835d02631d450fe (patch)
treeafabf480883f28d6dc7055c75c1f6d21a62da52e /tests/cpp/tasync_cpp.nim
parent605ff688393c56b206fed83076298845d3028c1a (diff)
parentb6844bf487e778cbb8310a406b5bc76065958c51 (diff)
downloadNim-eb03040d7d810a0d31c5d4ae3835d02631d450fe.tar.gz
Merge pull request #4645 from endragor/asyncevent-recursion
Fixed infinite recursion in setEvent and close procs in new asyncdispatch
Diffstat (limited to 'tests/cpp/tasync_cpp.nim')
0 files changed, 0 insertions, 0 deletions
8 -0700 6631' href='/akkartik/mu/commit/html/run_one_test.subx.html?h=hlt&id=ec73ed1230d75deb0f913a32617c9f1e0a5ca640'>ec73ed12 ^
b7ec0398 ^







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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91