Description
Protected calls can work more safely with coroutine-based control flow in Lua 5.1 programs.
This package is useful for developers maintaining Lua code that needs error handling across coroutine boundaries. It is a support library, not a debugger or test tool.
Error wrappers can hide failures if used carelessly. Log enough context and test exceptional paths.