Pushes the item into the queue. item must not be null. In contrast to glib.async_queue.AsyncQueue.push, this function pushes the new item ahead of the items already in the queue, so that it will be the next one to be popped off the queue.
data to push into the queue
Pushes the item into the queue. item must not be null. In contrast to glib.async_queue.AsyncQueue.push, this function pushes the new item ahead of the items already in the queue, so that it will be the next one to be popped off the queue.