The devel/coxpcall port
lua-coxpcall-1.13.0p4 – encapsulate protected Lua calls with a coroutine based loop (cvsweb github mirror)
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.WWW: http://coxpcall.luaforge.net/
Maintainer
The OpenBSD ports mailing-list
Categories
Run dependencies
Reverse dependencies
Files
- /usr/local/share/lua/5.1/coxpcall.lua
- @conflict coxpcall-*