type golang.org/x/net/http2.randomWriteScheduler
7 uses
golang.org/x/net/http2 (current package)
writesched_random.go#L14: return &randomWriteScheduler{sq: make(map[uint32]*writeQueue)}
writesched_random.go#L17: type randomWriteScheduler struct {
writesched_random.go#L30: func (ws *randomWriteScheduler) OpenStream(streamID uint32, options OpenStreamOptions) {
writesched_random.go#L34: func (ws *randomWriteScheduler) CloseStream(streamID uint32) {
writesched_random.go#L43: func (ws *randomWriteScheduler) AdjustStream(streamID uint32, priority PriorityParam) {
writesched_random.go#L47: func (ws *randomWriteScheduler) Push(wr FrameWriteRequest) {
writesched_random.go#L61: func (ws *randomWriteScheduler) Pop() (FrameWriteRequest, 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. |