type golang.org/x/net/http2.priorityWriteScheduler
9 uses
golang.org/x/net/http2 (current package)
writesched_priority.go#L69: ws := &priorityWriteScheduler{
writesched_priority.go#L228: type priorityWriteScheduler struct {
writesched_priority.go#L257: func (ws *priorityWriteScheduler) OpenStream(streamID uint32, options OpenStreamOptions) {
writesched_priority.go#L288: func (ws *priorityWriteScheduler) CloseStream(streamID uint32) {
writesched_priority.go#L313: func (ws *priorityWriteScheduler) AdjustStream(streamID uint32, priority PriorityParam) {
writesched_priority.go#L384: func (ws *priorityWriteScheduler) Push(wr FrameWriteRequest) {
writesched_priority.go#L405: func (ws *priorityWriteScheduler) Pop() (wr FrameWriteRequest, ok bool) {
writesched_priority.go#L432: func (ws *priorityWriteScheduler) addClosedOrIdleNode(list *[]*priorityNode, maxSize int, n *priorityNode) {
writesched_priority.go#L446: func (ws *priorityWriteScheduler) removeNode(n *priorityNode) {
![]() |
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. |