AsyncQueue.removeUnlocked
bool removeUnlocked(void * item = null) nothrowRemove 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