# Functions
NewListener returns a net.Listener which uses the given Pipe to simulate a network connection.
NewPipe returns a Pipe.
NewRPCFactory creates a new RPCFactory backed by a PipeListener.
# Variables
ErrCanceled indicates that an operation was canceled by the client (e.g.
# Structs
No description provided by the author
PipeListener is a net.Listener which uses a Pipe to simulate a network connection.
RPCFactory is a common.RPCFactory implementation that uses a PipeListener to create connections.