Mercurial Hosting > luan
annotate conv.txt @ 1255:4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Mon, 03 Sep 2018 06:13:55 -0600 |
parents | 3fad7091b419 |
children | 4b5b84853f6f |
rev | line source |
---|---|
1255
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
1 "Thread.schedule" |
4f571a974132
replace Thread.schedule with Thread.once and Thread.repeating
Franklin Schmidt <fschmidt@gmail.com>
parents:
1233
diff
changeset
|
2 |
1233
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
3 "Thread.safe" |
3fad7091b419
make Thread.safe implicit
Franklin Schmidt <fschmidt@gmail.com>
parents:
1226
diff
changeset
|
4 |
1226 | 5 "Http.uncache_site" |
6 "full_path" | |
7 "Http.version" | |
8 | |
1218 | 9 "java_threads.luan" |
10 "luan_threads.luan" | |
11 "Shell_mod.luan" | |
12 "shell.luan" | |
13 | |
14 "Io.repr" | |
15 "String.split" | |
16 "logging/init.luan" | |
1164 | 17 |
18 "request.header" | |
19 "response.header" | |
20 "request.parameter" | |
21 "request.cookie" | |
22 "set_cookie" | |
23 "assert" | |
1192 | 24 |
1218 | 25 headers lower case |
26 remove run_later | |
27 remove Thread.global |