diff options
-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 | ||