Fork me on GitHub
#core-async
<
2021-11-12
>
Joshua Suskalo19:11:44

Under what circumstances are core.async threads daemon?

Alex Miller (Clojure team)19:11:48

go thread pool is daemon, explicit threads started by thread are not

Alex Miller (Clojure team)19:11:29

actually, I take that back, they are all daemon threads!

Alex Miller (Clojure team)20:11:52

I wrote a lot of that code, but it was a long time ago :)