# Packages
No description provided by the author
# Functions
NewPriorityQueue is the constructor for a priority queue.
NewSyncer creates a new Syncer instance.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
ErrDisposed is returned when an operation is performed on a disposed queue.
ErrEmptyQueue is returned when an non-applicable queue operation was called due to the queue's empty item state.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ErrTimeout is returned when an applicable queue operation times out.
No description provided by the author
# Structs
PriorityQueue is similar to queue except that it takes items that implement the Item interface and adds them to the queue i order.
Status defines the up to date information regarding the peer.
Syncer is a sync protocol.
SyncPeer is a representation of the peer the node is syncing with.