Transfers the contents of src_queue to the tail of dst_queue.
src_queue
dst_queue
When the operation is complete, src_queue will be empty.
a source Queue
a destination Queue