Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for dispatchLocked (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    	}
    	return req
    }
    
    // dispatchLocked uses the Fair Queuing for Server Requests method to
    // select a queue and dispatch the oldest request in that queue.  The
    // return value indicates whether a request was dequeued; this will
    // be false when either all queues are empty or the request at the head
    // of the next queue cannot be dispatched.
    func (qs *queueSet) dispatchLocked() bool {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
Back to top