diff options
Diffstat (limited to 'src/lanes.lua')
-rw-r--r-- | src/lanes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 95bdeeb..78582f9 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -52,7 +52,6 @@ local _version= assert(mm._version) | |||
52 | 52 | ||
53 | local now_secs= assert( mm.now_secs ) | 53 | local now_secs= assert( mm.now_secs ) |
54 | local wakeup_conv= assert( mm.wakeup_conv ) | 54 | local wakeup_conv= assert( mm.wakeup_conv ) |
55 | local timer_gateway= assert( mm.timer_gateway ) | ||
56 | 55 | ||
57 | local max_prio= assert( mm.max_prio ) | 56 | local max_prio= assert( mm.max_prio ) |
58 | 57 | ||
@@ -239,6 +238,7 @@ linda = mm.linda | |||
239 | 238 | ||
240 | ---=== Timers ===--- | 239 | ---=== Timers ===--- |
241 | 240 | ||
241 | local timer_gateway= assert( mm.timer_gateway ) | ||
242 | -- | 242 | -- |
243 | -- On first 'require "lanes"', a timer lane is spawned that will maintain | 243 | -- On first 'require "lanes"', a timer lane is spawned that will maintain |
244 | -- timer tables and sleep in between the timer events. All interaction with | 244 | -- timer tables and sleep in between the timer events. All interaction with |