aboutsummaryrefslogtreecommitdiff
path: root/src/lanes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes.lua')
-rw-r--r--src/lanes.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lanes.lua b/src/lanes.lua
index 78582f9..704559a 100644
--- a/src/lanes.lua
+++ b/src/lanes.lua
@@ -399,8 +399,8 @@ if first_time then
399 -- We let the timer lane be a "free running" thread; no handle to it 399 -- We let the timer lane be a "free running" thread; no handle to it
400 -- remains. 400 -- remains.
401 -- 401 --
402 gen( "io,package", { priority=max_prio, globals={threadName="LanesTimer"} }, function() 402 gen( "io,package", { priority=max_prio}, function()
403 403 set_debugger_threadname( "LanesTimer")
404 while true do 404 while true do
405 local next_wakeup= check_timers() 405 local next_wakeup= check_timers()
406 406