# Functions
New creates a new PeerManager, given a context and a peerQueueFactory.
# Structs
PeerManager manages a pool of peers and sends messages to peers in the pool.
# Type aliases
PeerQueueFactory provides a function that will create a PeerQueue.