Documentation
Dlang.org
AsyncQueue.remove
glib
async_queue
AsyncQueue
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
glib
async_queue
AsyncQueue
functions
length
lengthUnlocked
lock
pop
popUnlocked
push
pushFront
pushFrontUnlocked
pushSorted
pushSortedUnlocked
pushUnlocked
refUnlocked
remove
removeUnlocked
sort
sortUnlocked
timedPop
timedPopUnlocked
timeoutPop
timeoutPopUnlocked
tryPop
tryPopUnlocked
unlock
unrefAndUnlock
Remove an item from the queue.