Sha256: 0d677cfdaf08c2e332135a7fb3a595a91a8d77b15cecf125c39b0467507b00f8

Contents?: true

Size: 271 Bytes

Versions: 1

Compression:

Stored size: 271 Bytes

Contents

A priority queue is like a standard queue, except that each inserted
elements is given a certain priority, based on the result of the
comparison block given at instantiation time. Retrieving an element
from the queue will always return the one with the highest priority.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pqueue-1.0.0 meta/abstract