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

itemthe data to remove from the queue

Returns

true if the item was removed