//
pkg.gl
Category
google.golang.org/grpc
test
bufconn
package
1.72.0-dev
Repository:
https://github.com/grpc/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
285
Files
255 SLOC
#
Functions
Listen
Listen returns a Listener that can only be contacted by its own Dialers and creates buffered connections between the two.
#
Structs
Listener
Listener implements a net.Listener that creates local, buffered net.Conns via its Accept and Dial method.