so glib.async_queue.AsyncQueue.ref_ can be used regardless of the queue's lock.
AsyncQueue.refUnlocked
void refUnlocked() nothrowIncreases the reference count of the asynchronous queue by 1.
Deprecated
Reference counting is done atomically.
void refUnlocked() nothrowIncreases the reference count of the asynchronous queue by 1.
so glib.async_queue.AsyncQueue.ref_ can be used regardless of the queue's lock.