Skip to content

Instantly share code, notes, and snippets.

@nviennot
Created June 1, 2015 02:34
Show Gist options
  • Save nviennot/196c16fe7eb45c33656f to your computer and use it in GitHub Desktop.
Save nviennot/196c16fe7eb45c33656f to your computer and use it in GitHub Desktop.
def synchronize
begin
lock
rescue Recovered
# don't care
end
begin
block.call
ensure
unlock
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment