type net/http.http2priorityWriteScheduler

9 uses

	net/http (current package)
		h2_bundle.go#L9916: 	ws := &http2priorityWriteScheduler{
		h2_bundle.go#L10077: type http2priorityWriteScheduler struct {
		h2_bundle.go#L10106: func (ws *http2priorityWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {
		h2_bundle.go#L10137: func (ws *http2priorityWriteScheduler) CloseStream(streamID uint32) {
		h2_bundle.go#L10162: func (ws *http2priorityWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {
		h2_bundle.go#L10233: func (ws *http2priorityWriteScheduler) Push(wr http2FrameWriteRequest) {
		h2_bundle.go#L10254: func (ws *http2priorityWriteScheduler) Pop() (wr http2FrameWriteRequest, ok bool) {
		h2_bundle.go#L10281: func (ws *http2priorityWriteScheduler) addClosedOrIdleNode(list *[]*http2priorityNode, maxSize int, n *http2priorityNode) {
		h2_bundle.go#L10295: func (ws *http2priorityWriteScheduler) removeNode(n *http2priorityNode) {