DefaultRequestQueueNotificationRule

This request queue notification rule causes the queues holding requests associated with a resource to be notified in the order in which they were entered into their queues. That is, a queue holding a request for the resource will be notified before a queue holding a request the entered its queue later (in time).

Functions

Link copied to clipboard
open override fun ruleIterator(set: Set<RequestQ>): Iterator<RequestQ>