Versions in this module Expand all Collapse all v1 v1.8.14 Aug 22, 2018 v1.8.13 Jul 31, 2018 v1.8.12 Jul 4, 2018 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{}))