$ luarocks install finally
'finally' in other languages is used to ensure execution
of a certain piece of code even if an error/exception is
thrown (usually for deterministic cleanup of resources).
This module provides a function that emulates the
'finally' language feature those other languages in Lua.
Versions
Dependencies
lua >= 5.1, < 5.5