diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-05-10 14:46:24 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:54:28 +0200 |
commit | 13ec21c66c417450a74c173c16aa27ea339de9c3 (patch) | |
tree | a2b2962f03de39b8cafb225f3626fee12761e8aa /package/coxpcall/Config.in | |
parent | a8495cdfcd46267e6782d174429231a49c22a23f (diff) |
New lua module: coxpcall
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/coxpcall/Config.in')
-rw-r--r-- | package/coxpcall/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/package/coxpcall/Config.in b/package/coxpcall/Config.in new file mode 100644 index 000000000..1237482ff --- /dev/null +++ b/package/coxpcall/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_COXPCALL + bool "coxpcall" + help + Coxpcall encapsulates the protected calls with a coroutine + based loop, so errors can be dealed without the usual + pcall/xpcall issues with coroutines. + + http://coxpcall.luaforge.net/ |