# Functions
NewQueueTask creates a new QueueTask from the given Task.
WrapCompare wraps a QueueTask comparison function so it can be used as comparison for a priority queue.
# Variables
FIFOCompare is a basic task comparator that returns tasks in the order created.
PriorityCompare respects the target peer's task priority.
# Type aliases
No description provided by the author