From 101a12ea68d57e1988d9cf232b8cd8634b2cd36e Mon Sep 17 00:00:00 2001 From: benoit-germain Date: Thu, 26 Apr 2012 12:57:19 +0300 Subject: Improve LuaJIT compatibility, part #2: timer lane generator uses "*" library list --- src/lanes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lanes.lua b/src/lanes.lua index ec5a4e4..5b0b7a7 100644 --- a/src/lanes.lua +++ b/src/lanes.lua @@ -429,7 +429,7 @@ if first_time then -- We let the timer lane be a "free running" thread; no handle to it -- remains. -- - gen( "io,package", { priority=max_prio}, function() + gen( "*", { priority=max_prio}, function() -- "*" instead of "io,package" for LuaJIT compatibility... set_debug_threadname( "LanesTimer") while true do local next_wakeup= check_timers() -- cgit v1.2.3-55-g6feb