core-async

Roger Amorin Vieira 2019-06-04T00:01:47.004600Z

How I do that?

robertfw 2019-06-04T16:45:59.001600Z

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

robertfw 2019-06-04T16:50:44.003600Z

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

mpenet 2019-06-04T16:54:39.005600Z

a/merge is an option too

robertfw 2019-06-04T17:07:37.006200Z

yeah, merge looks like an excellent fit