Provides a 'finally' function.

$ 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

scm-0dev3 years ago(revision: 2)2 downloads
1.0.1-13 years ago54 downloads
1.0.0-18 years ago117 downloads

Dependencies

lua >= 5.1, < 5.5

Manifests