Versions in this module Expand all Collapse all v0 v0.5.0 Jul 12, 2019 v0.3.1 Mar 14, 2019 v0.3.0 Mar 5, 2019 Changes in this version type PriorityMsgQueue + func (pq *PriorityMsgQueue) Close() v0.2.0 Nov 21, 2018 Changes in this version + type PriorityMsgQueue struct + func New(n int, l int) *PriorityMsgQueue + func (pq *PriorityMsgQueue) Push(item interface{}, p int) error + func (pq *PriorityMsgQueue) Run(proc goprocess.Process, f func(interface{}))