Fork me on GitHub
#core-async
<
2017-01-21
>
bcbradley18:01:21

how does a core.async/promise-chan act like a promise?

Alex Miller (Clojure team)19:01:04

Takers will block until someone puts or closes the chan

Alex Miller (Clojure team)19:01:21

And that's a 1-time kind of thing