I was originally thinking ``` sinkA.writeAll(sourc...
# squarelibraries
b
I was originally thinking
Copy code
sinkA.writeAll(source)
sinkB.writeAll(source)
but I’m guessing that the source will be exhausted before
sinkB
can write the contents?