AsyncQueue.removeUnlocked
bool removeUnlocked(void * item = null)Remove an item from the queue.
This function must be called while holding the queue's lock.
Parameters
item | the data to remove from the queue |
Returns
true if the item was removed
bool removeUnlocked(void * item = null)Remove an item from the queue.
This function must be called while holding the queue's lock.
item | the data to remove from the queue |