Versions in this module Expand all Collapse all v1 v1.0.0 Jan 22, 2019 Changes in this version + type PriorityQueue struct + func New(n int, l int) *PriorityQueue + func (pq *PriorityQueue) Push(ctx context.Context, x interface{}, p int) error + func (pq *PriorityQueue) Run(ctx context.Context, f func(interface{}))