golang.org/x/net/http2.priorityNode.walkReadyInOrder (method)
4 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L157: func (n *priorityNode) walkReadyInOrder(openParent bool, tmp *[]*priorityNode, f func(*priorityNode, bool) bool) bool {
writesched_priority.go#L184: if k.walkReadyInOrder(openParent, tmp, f) {
writesched_priority.go#L203: if k.walkReadyInOrder(openParent, tmp, f) {
writesched_priority.go#L406: ws.root.walkReadyInOrder(false, &ws.tmp, func(n *priorityNode, openParent bool) bool {
 |
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. |