Skip to content

Instantly share code, notes, and snippets.

@mszajna
Created July 9, 2019 20:26
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 mszajna/c11465c3ac9264752508366ee62edc26 to your computer and use it in GitHub Desktop.
Save mszajna/c11465c3ac9264752508366ee62edc26 to your computer and use it in GitHub Desktop.
Core async bug
(go (try (<! (throw (ex-info "a" {}))) (catch Exception e nil) (finally (println "here") (throw (ex-info "b" {})))))
=>
here
here
Exception b {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment