ThreadPool.moveToFront

Moves the item to the front of the queue of unprocessed items, so that it will be processed next.

class ThreadPool
bool
moveToFront
(
void* data
)

Parameters

data void*

an unprocessed item in the pool

Return Value

Type: bool

TRUE if the item was found and moved

Meta

Since

2.46