package
1.28.0-130.0
Repository: https://github.com/temporalio/temporal.git
Documentation: pkg.go.dev

# 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.