AsyncQueue.remove

Remove an item from the queue.

class AsyncQueue
bool
remove
(
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