Versions in this module Expand all Collapse all v1 v1.0.0 Apr 11, 2016 Changes in this version + type ChanQueue struct + DeqChan <-chan peer.ID + EnqChan chan<- peer.ID + Queue PeerQueue + func NewChanQueue(ctx context.Context, pq PeerQueue) *ChanQueue + type PeerQueue interface + Dequeue func() peer.ID + Enqueue func(peer.ID) + Len func() int + func NewXORDistancePQ(from string) PeerQueue Incompatible versions in this module v2.0.1+incompatible Apr 11, 2016