Mercurial Hosting > luan
annotate conv.txt @ 1301:a9cc35c71eb0
go back to Thread.schedule
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 13 Jan 2019 17:14:45 -0700 |
parents | 5ba660381bd5 |
children | 5b947f29ea87 |
rev | line source |
---|---|
1301
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
1 "Thread.once" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
2 "Thread.repeating" |
a9cc35c71eb0
go back to Thread.schedule
Franklin Schmidt <fschmidt@gmail.com>
parents:
1277
diff
changeset
|
3 |
1277 | 4 "Io.print()" |
1276 | 5 "Luan.values" |
1260
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
6 remove "as_table" |
4b5b84853f6f
replace Table.as_table with Luan.to_table
Franklin Schmidt <fschmidt@gmail.com>
parents:
1255
diff
changeset
|
7 |
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
8 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
9 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
10 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
11 |
1226 | 12 "Http.uncache_site" |
13 "full_path" | |
14 "Http.version" | |
15 | |
1218 | 16 "java_threads.luan" |
17 "luan_threads.luan" | |
18 "Shell_mod.luan" | |
19 "shell.luan" | |
20 | |
21 "Io.repr" | |
22 "String.split" | |
23 "logging/init.luan" | |
1164 | 24 |
25 "request.header" | |
26 "response.header" | |
27 "request.parameter" | |
28 "request.cookie" | |
29 "set_cookie" | |
30 "assert" | |
1192 | 31 |
1218 | 32 headers lower case |
33 remove run_later | |
34 remove Thread.global |