API Version: 2.0
Library Version: 2.80.4
Generated by gi-docgen 2024.1
gpointer g_async_queue_try_pop_unlocked ( GAsyncQueue* queue )
Tries to pop data from the queue. If no data is available, NULL is returned.
queue
NULL
This function must be called while holding the queue‘s lock.
Type: gpointer
gpointer
Data from the queue or NULL, when no data is available immediately.