summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/coro.lua
AgeCommit message (Collapse)Author
2024-03-13Make a coro.resume() wrapper and use in coro.launch(), coro.yield().Nat Goodspeed
coro.resume() checks the ok boolean returned by coroutine.resume() and, if not ok, propagates the error. This avoids coroutine errors getting swallowed.
2024-03-11Add coro.lua to aggregate created coroutines.Nat Goodspeed