# Functions
NewPipeListener returns a net.Listener that accepts connections which are local pipe connections (i.e., via net.Pipe()).
# Constants
Network is the network reported by a pipe's address.
# Variables
ErrAlreadyClosed indicates that a call to Close() failed because the listener had already been closed.
ErrClosed indicates that a call to Accept() failed because the listener was closed.
# Type aliases
DialContextFunc is a function for dialing a pipe listener.