lua-coxpcall - Coroutine safe xpcall and pcall versions for Lua
| Website: | http://coxpcall.luaforge.net/ |
|---|---|
| License: | MIT |
| Vendor: | Fedora Project |
- Description:
Coxpcall encapsulates the protected calls with a coroutine based loop, so errors can be handled without the usual pcall/xpcall issues with coroutines. Using Coxpcall usually consists in simply loading the module and then replacing Lua pcall and xpcall by copcall and coxpcall.
Packages
| lua-coxpcall-1.13.0-1.el5.noarch [18 KiB] |
Changelog
by Tim Niemueller (2010-10-20):
- Initial package |