summary refs log tree commit diff stats
path: root/tests/assign
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2014-03-12 20:42:36 +0000
committerDominik Picheta <dominikpicheta@googlemail.com>2014-03-12 20:42:36 +0000
commitd97a397139a6e7fdae6f3ec887ec5d76ef681b2c (patch)
tree94e1583c83b4cd490da077dc4a7924d9e841574c /tests/assign
parent15919b7c988af12708d89222bdebc6063d813dab (diff)
downloadNim-d97a397139a6e7fdae6f3ec887ec5d76ef681b2c.tar.gz
Fixed tasyncawait on Windows.
Implicit registration of an fd now only occurs when a new socket is
created (in socket() or accept()). This makes the implementation much
simpler, changes to the linux version will follow.
Diffstat (limited to 'tests/assign')
0 files changed, 0 insertions, 0 deletions
v class='alt'>
d5c34ba ^
e1c5a42 ^




d5c34ba ^
e1c5a42 ^
d5c34ba ^


e1c5a42 ^























22bf3da ^
e1c5a42 ^











22bf3da ^
e1c5a42 ^




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