Inserts link into queue at the given position. Since 2.4
the position to insert the link. If this is negative or larger than the number of elements in queue, the link is added to the end of queue.
the link to add to queue
See Implementation
Inserts link into queue at the given position. Since 2.4