Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-13 | Make 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-11 | Add coro.lua to aggregate created coroutines. | Nat Goodspeed | |