Fork me on GitHub
#core-async
<
2016-06-16
>
ajchemist06:06:43

hi, I have a question about pub. when I use a channel for pub, then Is pub operation copy a reference of data not value of data, even if data is not a persistent data structure, but just native object?

ajchemist06:06:13

It seems copying a ref of data happen

ajchemist06:06:00

so pub has no particular overhead, right?