Inserts an element in the queue by sifting it up
$value
$priority
Insert value with the priority priority in the queue.
value
priority
The value to insert.
The associated priority.
Always returns true.
true