AsyncQueue.remove
bool remove(void * item)Remove an item from the queue.
Parameters
item | the data to remove from the queue |
Returns
true if the item was removed
bool remove(void * item)Remove an item from the queue.
item | the data to remove from the queue |