google.golang.org/grpc/internal/transport.itemNode.next (field)
4 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L38: next *itemNode
controlbuf.go#L52: il.tail.next = n
controlbuf.go#L67: il.head = il.head.next
controlbuf.go#L414: for head := c.list.dequeueAll(); head != nil; head = head.next {
![]() |
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. |