Searched defs:pipeTest (Results 1 – 1 of 1) sorted by relevance
151 type pipeTest struct { struct152 async bool153 err error154 closeWithError bool157 func (p pipeTest) String() string {170 func delayClose(t *testing.T, cl closer, ch chan int, tt pipeTest) {