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
)

Parameters

item void*

the data to remove from the queue

Return Value

Type: bool

TRUE if the item was removed

Meta

Since

2.46