Open
Description
Wait until every chunk that has been read has been written
I think it's ambiguous whether this waits when no chunks have been read or not. This is visible because the behaviour of a pipeTo() that starts when one or both sides is closed or errored is tightly specified, and because waiting is detectable via microtask execution.