mergearray.priorityqueue

Undocumented in source.

Members

Structs

PriorityQueue
struct PriorityQueue(T, Alloc = GCAllocator, InnerPQ = SkewHeap!(T, Alloc), Flag!"EnableEmpty" EnableEmpty = No.EnableEmpty)

A Relaxed Concurrent Mergeable Priority Queue.

Meta