Method
GLibAsyncQueuetry_pop_unlocked
Declaration [src]
gpointer
g_async_queue_try_pop_unlocked (
GAsyncQueue* queue
)
Description [src]
Tries to pop data from the queue
. If no data is available,
NULL
is returned.
This function must be called while holding the queue
‘s lock.