go
AsyncQueue.push
glib
AsyncQueue
AsyncQueue
Pushes the
data
into the
queue
.
data
must not be
NULL
.
class
AsyncQueue
void
push
(
void
*
data
)
Parameters
data
void
*
data
to push into the
queue
glib
AsyncQueue
AsyncQueue
constructors
this
functions
getAsyncQueueStruct
getStruct
length
lengthUnlocked
lock
pop
popUnlocked
push
pushFront
pushFrontUnlocked
pushSorted
pushSortedUnlocked
pushUnlocked
refUnlocked
ref_
remove
removeUnlocked
sort
sortUnlocked
timedPop
timedPopUnlocked
timeoutPop
timeoutPopUnlocked
tryPop
tryPopUnlocked
unlock
unref
unrefAndUnlock
variables
gAsyncQueue
Pushes the data into the queue. data must not be NULL.