linked-blocking-multi-queue icon indicating copy to clipboard operation
linked-blocking-multi-queue copied to clipboard

Custom SubQueueSelection

Open stik79 opened this issue 1 year ago • 0 comments

Trying to use a custom SubQueueSelection (implements LinkedBlockingMultiQueue.SubQueueSelection<K,E> ) however it seems impossible due to PriorityGroups being package private?

This makes implementing setPriorityGroups impossible (unless I'm missing something).

Similarly cannot extend DefaultSubQueueSelection for the same reason.

stik79 avatar Sep 16 '24 10:09 stik79