Fork me on GitHub
#core-async
<
2018-04-24
>
lxsameer09:04:51

hey folks, is there any way to use a channel in way that by putting a value on the channel all the takers get that value ? more like a stream

leonoel09:04:51

what you want is probably mult or pub

lxsameer09:04:37

@leonoel cheers, I'll take a look at them