1 2 3 4 5 6
local socket = require("socket") try = socket.newtry(function() print("finalized!!!") end) try = socket.protect(try) print(try(nil, "it works"))