ArrayIndexedPriorityFixedBatchQueue
class ArrayIndexedPriorityFixedBatchQueue<T>(batchSize: Int, delegate: ArrayIndexedPriorityQueue<T> = ArrayIndexedPriorityQueue()) : Scheduler<T> , BatchedScheduler<T> (source)
Batched extension for ArrayIndexedPriorityQueue. This implementation presents fixed size batches.