原创 Golang 深入理解io.Pipe同步通道

io.Pipe實現了一對多、多對多、多對一的內存數據通道功能,創建方式如下 func Pipe() (*PipeReader, *PipeWriter) Pipe creates a synchronous in-memory pipe