[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Coxpcall 1.12
- From: "Andre Carregal" <carregal@...>
- Date: Fri, 9 May 2008 14:23:11 -0300
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é