package
1.72.0-dev
Repository: https://github.com/grpc/grpc-go.git
Documentation: pkg.go.dev

# Functions

Listen returns a Listener that can only be contacted by its own Dialers and creates buffered connections between the two.

# Structs

Listener implements a net.Listener that creates local, buffered net.Conns via its Accept and Dial method.