Searched defs:http2roundRobinWriteScheduler (Results 1 – 1 of 1) sorted by relevance
11593 type http2roundRobinWriteScheduler struct { struct11595 control http2writeQueue11598 streams map[uint32]*http2writeQueue11602 head *http2writeQueue11605 queuePool http2writeQueuePool11620 …c (ws *http2roundRobinWriteScheduler) OpenStream(streamID uint32, options http2OpenStreamOptions) {11640 func (ws *http2roundRobinWriteScheduler) CloseStream(streamID uint32) {11659 …c (ws *http2roundRobinWriteScheduler) AdjustStream(streamID uint32, priority http2PriorityParam) {}11661 func (ws *http2roundRobinWriteScheduler) Push(wr http2FrameWriteRequest) {11680 func (ws *http2roundRobinWriteScheduler) Pop() (http2FrameWriteRequest, bool) {