google.golang.org/grpc/internal/transport.itemList.dequeue (method)
5 uses
google.golang.org/grpc/internal/transport (current package)
controlbuf.go#L62: func (il *itemList) dequeue() interface{} {
controlbuf.go#L375: h := c.list.dequeue().(cbItem)
controlbuf.go#L643: hdr := str.itl.dequeue().(*headerFrame)
controlbuf.go#L850: str.itl.dequeue() // remove the empty data item from stream
controlbuf.go#L918: str.itl.dequeue()
![]() |
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. |