Fork me on GitHub
#core-async
<
2018-07-28
>
ajs20:07:35

I've heard (via https://stuartsierra.com/2015/05/27/clojure-uncaught-exceptions) that if an exception is thrown on another thread (i.e. in a go block), and I do not catch it, it just dies. But I'm playing around with some tests that divide by zero in a go block, and I do see a verbose exception thrown.