move_to_front
Description:
Moves the item to the front of the queue of unprocessed items, so that it will be processed next.
Parameters:
this | |
data |
an unprocessed item in the pool |
Returns:
true if the item was found and moved |