Priority Heap

This is the Dragon channel priority heap interface for Python

Classes

class PriorityHeap

Cython wrapper for the Dragon Channel Priority Heap

insert(vals, urgent=False)

Takes a pointer to the thing to store on the priority heap and whether its urgent