README ¶ pipe mod from go1.21.4 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Pipe() (net.Conn, net.Conn) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Pipe ¶ func Pipe() (net.Conn, net.Conn) Pipe creates a synchronous, in-memory, full duplex network connection; both ends implement the Conn interface. Reads on one end are matched with writes on the other, copying data directly between the two; there is no internal buffering. Types ¶ This section is empty. Source Files ¶ View all Source files pipe.go pipe_wait.go Click to show internal directories. Click to hide internal directories.