diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-18 13:13:39 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-18 13:13:39 -0400 |
commit | e26727e03bb02d26b3f0d83f748dbd8eb88e4940 (patch) | |
tree | 22f0592fde6ef683f251b50d0e93adf5bef9f204 /indra/llmessage | |
parent | 5cc4b42a3001be120e22f745460dbb76d8d8d018 (diff) |
Remove special-case ~LuaState() code to call fiber.run().
Instead, make fiber.lua call LL.atexit(fiber.run) to schedule that final run()
call at ~LuaState() time using the generic mechanism.
Append an explicit fiber.run() call to a specific test in llluamanager_test.cpp
because the test code wants to interact with multiple Lua fibers *before* we
destroy the LuaState.
Diffstat (limited to 'indra/llmessage')
0 files changed, 0 insertions, 0 deletions