Warning
g_async_queue_ref_unlocked has been deprecated since version 2.8 and should not be used in newly-written code. Reference counting is done atomically.
so g_async_queue_ref() can be used regardless of the queue's
lock.
Increases the reference count of the asynchronous queue by 1.
Warning g_async_queue_ref_unlocked has been deprecated since version 2.8 and should not be used in newly-written code. Reference counting is done atomically. so g_async_queue_ref() can be used regardless of the queue's lock. Increases the reference count of the asynchronous queue by 1.