Fork me on GitHub
#core-async
<
2020-03-20
>
fiddlerwoaroof18:03:19

Is there a "right" way to implement a custom buffer for a chan?

fiddlerwoaroof18:03:43

I'm a bit wary of relying on a namespace with impl in its name, but maybe that's what I need to do?

Alex Miller (Clojure team)18:03:14

if you're making buffers, you're impl'ing

fiddlerwoaroof18:03:33

Ok, I guess I was thinking of that as an implementation detail that I shouldn't depend on

Alex Miller (Clojure team)18:03:27

you can rely on the protocols