summary refs log tree commit diff stats
path: root/tests/async/tasyncawait.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix broken async tests.Dominik Picheta2014-07-131-3/+3
* Rename asyncdispatch.close to asyncdispatch.closeSocket.Dominik Picheta2014-05-231-3/+3
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+0
* Move asyncdispatch tests to asyncnet.Dominik Picheta2014-03-261-2/+0
* Moved the global dispatcher to asyncdispatch.Dominik Picheta2014-03-231-23/+22
* Fixes tasyncawait and the net module on Linux.Dominik Picheta2014-03-231-1/+1
* Copied most blocking socket operations to the net module.Dominik Picheta2014-03-221-3/+14
* PFuture[void] now works.Dominik Picheta2014-03-151-10/+12
* File descriptors are now removed from fds list explicitly in close().Dominik Picheta2014-03-141-3/+3
* Fixed tasyncawait on Windows.Dominik Picheta2014-03-121-2/+2
* tasyncawait now works on Linux.Dominik Picheta2014-03-111-8/+1
* Fixes to asyncio2 on Linux.Dominik Picheta2014-03-091-1/+9
* Implemented selector support for asyncio2.Dominik Picheta2014-02-221-2/+2
* Fix processing of 'await' with a nnkCall.Dominik Picheta2014-02-161-2/+1
* Added await test.Dominik Picheta2014-02-161-0/+65
b06161430aa5a7c2ede775f'>^
9cc4a5776 ^

86556ebfd ^
dd5812546 ^
86556ebfd ^
d88b52c0b ^










86556ebfd ^
d88b52c0b ^
7ec7731f8 ^
86556ebfd ^

9cc4a5776 ^

86556ebfd ^

d88b52c0b ^
86556ebfd ^


9cc4a5776 ^

86556ebfd ^

9cc4a5776 ^
7ec7731f8 ^



86556ebfd ^











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