lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Coxpcall encapsulates the protected calls with a coroutine based loop,
so errors can be dealed 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.

Coxpcall 1.12 changes:
* Added stack traces

Coxpcall is free software and uses the same license as Lua 5.1.

For more information, please check http://coxpcall.luaforge.net/

Coxpcall can be downloaded from its LuaForge page. You can also get
Coxpcall using LuaRocks:
luarocks install coxpcall

Feedback is welcome,

André