1config BR2_PACKAGE_COXPCALL
2 bool "coxpcall"
3 help
4 Coxpcall encapsulates the protected calls with a coroutine
5 based loop, so errors can be handled without the usual
6pcall/xpcall issues with coroutines for Lua 5.1.
78http://keplerproject.github.io/coxpcall/9