Searched defs:http2randomWriteScheduler (Results 1 – 1 of 1) sorted by relevance
11531 type http2randomWriteScheduler struct { struct11533 zero http2writeQueue11538 sq map[uint32]*http2writeQueue11541 queuePool http2writeQueuePool11544 func (ws *http2randomWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {11548 func (ws *http2randomWriteScheduler) CloseStream(streamID uint32) {11557 func (ws *http2randomWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {11561 func (ws *http2randomWriteScheduler) Push(wr http2FrameWriteRequest) {11575 func (ws *http2randomWriteScheduler) Pop() (http2FrameWriteRequest, bool) {