summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/coro.lua
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-31 17:15:06 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-31 17:15:06 -0400
commitde719553fddc381e274d8bff218ab4e3f6691945 (patch)
treefa43af2d44d8fdb0ea881d6f36fe39e5d6308088 /indra/newview/scripts/lua/coro.lua
parent894dd1937511df08fa57c5e586d40a7778473dae (diff)
Add timers.lua API module and test_timers.lua test program.
Since timers presents a timers.Timer Lua class supporting queries and cancellation, make TimersListener::scheduleAfter() and scheduleEvery() respond immediately so the newly constructed Timer object has the reqid necessary to perform those subsequent operations. This requires that Lua invocations of these operations avoid calling the caller's callback with that initial response. Reinvent leap.generate() to return a Lua object supporting next() and done() methods. A plain Lua coroutine that (indirectly) calls fiber.wait() confuses the fiber scheduler, so avoid implementing generate() as a Lua coroutine. Add a bit more leap.lua diagnostic output.
Diffstat (limited to 'indra/newview/scripts/lua/coro.lua')
0 files changed, 0 insertions, 0 deletions