Skip to content

Instantly share code, notes, and snippets.

@einarwh
Created July 4, 2014 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save einarwh/191f5bc935b0f9cc3736 to your computer and use it in GitHub Desktop.
Save einarwh/191f5bc935b0f9cc3736 to your computer and use it in GitHub Desktop.
// 1. Before calling f.
try {
f();
// 2. After successful call to f.
}
finally {
// 3. After any call to f.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment