google.golang.org/grpc/internal/transport.loopyWriter.cleanupStreamHandler (method)
5 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L629: return l.cleanupStreamHandler(h.cleanup)
controlbuf.go#L732: func (l *loopyWriter) cleanupStreamHandler(c *cleanupStream) error {
controlbuf.go#L789: return l.cleanupStreamHandler(i)
controlbuf.go#L857: if err := l.cleanupStreamHandler(trailer.cleanup); err != nil {
controlbuf.go#L926: if err := l.cleanupStreamHandler(trailer.cleanup); err != nil {
![]() |
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. |