google.golang.org/grpc.addrConn.ctx (field)
6 uses
google.golang.org/grpc (current package)
clientconn.go#L728: ac.ctx, ac.cancel = context.WithCancel(cc.ctx)
clientconn.go#L1039: ctx context.Context
clientconn.go#L1150: case <-ac.ctx.Done():
clientconn.go#L1167: hctx, hcancel := context.WithCancel(ac.ctx)
clientconn.go#L1276: connectCtx, cancel := context.WithDeadline(ac.ctx, connectDeadline)
stream.go#L1109: case <-ac.ctx.Done():
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |