diff options
author | David Walter Seikel | 2015-09-11 10:23:11 +1000 |
---|---|---|
committer | David Walter Seikel | 2015-09-11 10:23:11 +1000 |
commit | c5c90192d3651409c687cab1c994b85183e7cc5f (patch) | |
tree | 47f68dc198f26407029ac996fb71837f0191a3a3 /docs | |
parent | Update to latest API changes. (diff) | |
download | SledjHamr-c5c90192d3651409c687cab1c994b85183e7cc5f.zip SledjHamr-c5c90192d3651409c687cab1c994b85183e7cc5f.tar.gz SledjHamr-c5c90192d3651409c687cab1c994b85183e7cc5f.tar.bz2 SledjHamr-c5c90192d3651409c687cab1c994b85183e7cc5f.tar.xz |
TODO++
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.LuaSL | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/README.LuaSL b/docs/README.LuaSL index bccb202..7ef545d 100644 --- a/docs/README.LuaSL +++ b/docs/README.LuaSL | |||
@@ -111,3 +111,11 @@ Performance testing will have to be done on 5000 scripts, to see how | |||
111 | that compares against XEngine. | 111 | that compares against XEngine. |
112 | 112 | ||
113 | The test harness became the love world server. | 113 | The test harness became the love world server. |
114 | |||
115 | |||
116 | TODO | ||
117 | ---- | ||
118 | |||
119 | Useful for limiting the amount of time scripts use - | ||
120 | https://groups.google.com/forum/#!topic/lua-alchemy-dev/3bDPk2aQ8FE | ||
121 | http://stackoverflow.com/questions/862256/how-can-i-end-a-lua-thread-cleanly | ||