Fork me on GitHub
#core-async
<
2016-12-27
>
tbaldridge04:12:13

@royalaid Almost all the pipeline functions have the close? optional argument that will keep them from propagating close events. May or may not be what you want. Mix also isn't a bad idea.

tbaldridge04:12:37

But in general you should look into what is closing the inputs of the pipeline. Pipeline will only ever close channels when its inputs are closed.