summary refs log tree commit diff stats
path: root/compiler/semmacrosanity.nim
diff options
context:
space:
mode:
authoralaviss <alaviss@users.noreply.github.com>2020-04-21 09:21:36 +0000
committerGitHub <noreply@github.com>2020-04-21 11:21:36 +0200
commit7beed44fc9e80882ba54f222994e522377c1ad1d (patch)
tree930121ebfb8b1a64791aa8caf7c0e527c4b13aee /compiler/semmacrosanity.nim
parent3fe3db3c0d235f49f714a2b747b458282955d279 (diff)
downloadNim-7beed44fc9e80882ba54f222994e522377c1ad1d.tar.gz
asyncdispatch: export Callback (#14042) [backport]
This let us see the definition of `Callback` in docs, which is required
to even make use of asyncdispatch.

Ref #13539.
Diffstat (limited to 'compiler/semmacrosanity.nim')
0 files changed, 0 insertions, 0 deletions
fani-tty/blame/src/log.h?id=1586ee9ed4288a6ba194b07e5c131ccc1af09df0'>^
a7d89e0e ^
f9737251 ^











a7d89e0e ^

5eaf687d ^


0a57c4de ^
da03617e ^
44d16e91 ^

74a88ad5 ^







bf1cf044 ^




2bbac1c8 ^


c3418a29 ^
3b0f7e10 ^




dd11334b ^
c90c83f7 ^
5eaf687d ^
e8314106 ^



bf1cf044 ^
8944a3b5 ^
8c8c18c6 ^



8944a3b5 ^
f831f657 ^



8944a3b5 ^
bf1cf044 ^
dd11334b ^
8c5866ff ^

4e1ffa6b ^




dd11334b ^
5eaf687d ^
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
92
93
94