Method
GLibAsyncQueuepop
Declaration [src]
gpointer
g_async_queue_pop (
GAsyncQueue* queue
)
Description [src]
Pops data from the queue
. If queue
is empty, this function
blocks until data becomes available.
gpointer
g_async_queue_pop (
GAsyncQueue* queue
)
Pops data from the queue
. If queue
is empty, this function
blocks until data becomes available.