Fork me on GitHub
#core-async
<
2019-08-26
>
cjsauer00:08:44

Sort of stumbled onto:

(def channel-bus {:c1 (chan) :c2 (chan) :c3 (chan)})
Bit indirect, but reads well; (:c1 channel-bus) pretty clearly returns a channel.