AsyncQueue.removeUnlocked

Remove an item from the queue.

This function must be called while holding the queue's lock.

class AsyncQueue
bool
removeUnlocked
(
void* item = null
)

Parameters

item void*

the data to remove from the queue

Return Value

Type: bool

true if the item was removed