summary refs log tree commit diff stats
path: root/compiler/saturate.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/saturate.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/saturate.nim')
0 files changed, 0 insertions, 0 deletions
2b54d80e4c1a77'>a6f90d4cd ^
43eace163 ^
a6f90d4cd ^

d2b45dbe8 ^
a6f90d4cd ^
d2b45dbe8 ^

a6f90d4cd ^
d2b45dbe8 ^
15dd3a225 ^
a6f90d4cd ^

a6f90d4cd ^




3ce400bb0 ^


a6f90d4cd ^

caf787800 ^

a6f90d4cd ^







cd83cc81a ^

a6f90d4cd ^







dce8d3d1a ^

a6f90d4cd ^








a64f03230 ^



a6f90d4cd ^







4841b6390 ^
a6f90d4cd ^

a6f90d4cd ^

4841b6390 ^
a6f90d4cd ^
4841b6390 ^
20d56875d ^






a6f90d4cd ^
4841b6390 ^



a6f90d4cd ^





d2b45dbe8 ^
a6f90d4cd ^

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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143