type google.golang.org/grpc/internal/grpcsync.PubSub
7 uses
google.golang.org/grpc/internal/grpcsync (current package)
pubsub.go#L46: type PubSub struct {
pubsub.go#L57: func NewPubSub(ctx context.Context) *PubSub {
pubsub.go#L58: return &PubSub{
pubsub.go#L72: func (ps *PubSub) Subscribe(sub Subscriber) (cancel func()) {
pubsub.go#L99: func (ps *PubSub) Publish(msg any) {
pubsub.go#L119: func (ps *PubSub) Done() <-chan struct{} {
google.golang.org/grpc
clientconn.go#L544: pubSub *grpcsync.PubSub
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)