Welcome! Please see the About page for a little more info on how this works.

0 votes
in core.async by

Can (pipe src dest close?) return the chan of its internal go block instead of 'dest'? This would provide a useful 'done' channel.

1 Answer

0 votes
by
Reference: https://clojure.atlassian.net/browse/ASYNC-65 (reported by gshayban)
...