Fork me on GitHub
#core-async
<
2016-01-22
>
codemartin09:01:38

@alexmiller: What are the differences then? Of maybe: what is a port, that a channel is not?

Alex Miller (Clojure team)13:01:48

I think of a port as a channel end

Lambda/Sierra22:01:06

There name "port" implies a possible future thing which is not a channel but still supports put! or take!.

Lambda/Sierra22:01:06

promise-chan might have been a "port", but as implemented it's just a channel with a different kind of buffer.