ThreadPool.moveToFront
bool moveToFront(void * data = null)Moves the item to the front of the queue of unprocessed items, so that it will be processed next.
Parameters
data | an unprocessed item in the pool |
Returns
true if the item was found and moved