Searched refs:concurrentWriter (Results 1 – 1 of 1) sorted by relevance
67 type concurrentWriter struct { struct73 func (c *concurrentWriter) Write(data []byte) (n int, err error) {84 func (c *concurrentWriter) Close() {96 concurrentStdout := &concurrentWriter{w: stdout}97 concurrentStderr := &concurrentWriter{w: stderr}