Task Queue
A task queue can hold tasks for a processor. This class does not collect queueing statistics.
Functions
Link copied to clipboard
Returns true if this queue contains the specified element. More formally, returns true if and only if this list contains at least one element e such that (o==null ? e==null : o.equals(e)).
Link copied to clipboard
Places the QObject in the queue, with the specified priority Automatically, updates the number in queue response variable.
Link copied to clipboard
Link copied to clipboard
Returns a reference to the QObject representing the item that is next to be removed from the queue according to the queue discipline that was specified.
Link copied to clipboard
Removes the next item from the queue according to the queue discipline that was specified. Returns a reference to the QObject representing the item that was removed