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