//
pkg.gl
Category
github.com/jacobkranz/grpc-go
test
bufconn
package
1.14.0
Repository:
https://github.com/jacobkranz/grpc-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
191 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.