summary refs log tree commit diff stats
path: root/lib/experimental
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2021-02-24 12:03:21 -0800
committerGitHub <noreply@github.com>2021-02-24 21:03:21 +0100
commita4e6b242d56d80df004bf625643fcb3c9d3f1b7f (patch)
tree32298bbbeeae4aa4bfa5bed4a3305a744f7041ee /lib/experimental
parent99633d768236ea325c7c6482445ba71c62b30fb0 (diff)
downloadNim-a4e6b242d56d80df004bf625643fcb3c9d3f1b7f.tar.gz
asyncjs: add `then`, `catch` for promise pipelining (#16871)
* asyncjs: add then
* improve tests, changelog, API
* fix cryptic windows error: The parameter is incorrect
* address comments
Diffstat (limited to 'lib/experimental')
0 files changed, 0 insertions, 0 deletions
^
b96af395 ^
ce87c19e ^

b96af395 ^
ce87c19e ^
b96af395 ^
b0bf5321 ^
ce87c19e ^
b96af395 ^
f192d655 ^
b96af395 ^
f192d655 ^
b0bf5321 ^
b96af395 ^
77d5b5d6 ^
104854ca ^
b96af395 ^

5b22547b ^

b96af395 ^
d135851e ^
b96af395 ^

f192d655 ^
b96af395 ^
f192d655 ^
1ead3562 ^
77d5b5d6 ^
b0bf5321 ^
b96af395 ^
b0bf5321 ^

ce87c19e ^

b96af395 ^
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