Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:24
Show Gist options
  • Save olbrichj/a6615dffb110dde6399f793540df361b to your computer and use it in GitHub Desktop.
Save olbrichj/a6615dffb110dde6399f793540df361b to your computer and use it in GitHub Desktop.
firstly {
fetch(url: url)
}.ensure {
cleanup()
}.catch {
handle(error: $0)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment