2010-05-10 19:46:24 +02:00
|
|
|
config BR2_PACKAGE_COXPCALL
|
|
|
|
bool "coxpcall"
|
|
|
|
help
|
|
|
|
Coxpcall encapsulates the protected calls with a coroutine
|
2017-09-02 18:56:33 +02:00
|
|
|
based loop, so errors can be handled without the usual
|
|
|
|
pcall/xpcall issues with coroutines for Lua 5.1.
|
2010-05-10 19:46:24 +02:00
|
|
|
|
2017-09-02 18:56:33 +02:00
|
|
|
http://keplerproject.github.io/coxpcall/
|