aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/lua/llthreads2/ex.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/llthreads2/ex.lua b/src/lua/llthreads2/ex.lua
index bd8888d..06af3a5 100644
--- a/src/lua/llthreads2/ex.lua
+++ b/src/lua/llthreads2/ex.lua
@@ -164,6 +164,8 @@ threads.new = function (code, ...)
164 return new_thread(LUA_INIT, nil, code, ...) 164 return new_thread(LUA_INIT, nil, code, ...)
165end 165end
166 166
167threads.thread_mt = thread_mt
168
167end 169end
168------------------------------------------------------------------------------- 170-------------------------------------------------------------------------------
169 171