Documentation
Dlang.org
AsyncQueue.push
glib
async_queue
AsyncQueue
Pushes the data into the queue.
The data parameter must not be null.
class
AsyncQueue
void
push
(
void
*
data
)
Parameters
data
void
*
data to push onto the queue
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
Pushes the data into the queue.
The data parameter must not be null.