summary refs log tree commit diff stats
path: root/tests/threads
Commit message (Expand)AuthorAgeFilesLines
* fixes #71; sorry about the polling implementationAraq2011-12-051-0/+19
* fixes 70Araq2011-12-041-4/+4
* deprecated endOfFile and readLineAraq2011-11-251-4/+4
* fixed bug that kept tls emulation from workingAraq2011-11-251-16/+15
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+1
* tester: threading tests addedAraq2011-11-193-2/+59
* bugfix: fixed memory leaks in osproc moduleAraq2011-11-183-2/+18
* locks now in their own core moduleAraq2011-08-202-6/+0
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+3
* preparations for 0.8.12Araq2011-07-104-0/+167
ision' href='/ahoang/Nim/blame/doc/advopt.txt?h=devel&id=0a4498bd6b699e42d97a9f7c9fcddd435a5d6e5b'>^
47886978c ^
405b86068
f8dd74a07 ^
47886978c ^
47886978c ^
405b86068
d94950ef8 ^
f8dd74a07 ^
67fac7f1e ^
302025755 ^
592f867aa ^

3b7ef2288 ^
592f867aa ^
3b7ef2288 ^
f8dd74a07 ^
c617479c6 ^

15440ec74 ^
538b06a12 ^

aa40c91e6 ^

196ef92c8 ^

e931f3b5a ^

da9065731 ^
405b86068


6bab7a5bd ^

c617479c6 ^



196ef92c8 ^
3ea644690 ^
3d4084208 ^
3e25d5f24 ^

3b7ef2288 ^
d0edb1826 ^

407515993 ^
5e5e4abfe ^
6023e994f ^
c25ffbf26 ^
1d14cb1ad ^
02a2180a6 ^
9e884c31d ^

9a4f2225c ^

80caca15b ^
85af8fb74 ^

196ef92c8 ^
c617479c6 ^
fc9fdc2b9 ^

6b3af6a5d ^
4ee9816a7 ^
76235348f ^
405b86068
cd2c6128d ^

378c90413 ^
7e15d5134 ^
1dc362dcd ^
5893a9195 ^


dfc48e76f ^
5893a9195 ^
c7ba4d91a ^
196ef92c8 ^
ac0bb605b ^
053309e60 ^
3ea644690 ^
ee366f174 ^

8b2a9401a ^
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