Fork me on GitHub
#core-async
<
2018-10-04
>
Logan Powell15:10:04

👋 Hi everybody! Quick question: How do I deref a chan?

Alex Miller (Clojure team)15:10:20

what are you expecting that to do?

Alex Miller (Clojure team)15:10:07

generally, chans don’t support deref. however, promise-chans can be derefed in the usual ways: deref and @

Alex Miller (Clojure team)15:10:02

actually, maybe we never finished that work - that was https://dev.clojure.org/jira/browse/ASYNC-102