Fork me on GitHub
#core-async
<
2019-06-04
>
robertfw16:06:59

(a/go ...) returns a channel, you can use that

robertfw16:06:44

you could collect those all up in a vector to feed into a/alts!!, when each one completes dissoc that ch from the vector. keep looping back to the alts!! until the vector is empty

mpenet16:06:39

a/merge is an option too

robertfw17:06:37

yeah, merge looks like an excellent fit