AsyncQueue.refUnlocked

void refUnlocked()

Increases the reference count of the asynchronous queue by 1.

Deprecated

Reference counting is done atomically.

so [glib.async_queue.AsyncQueue.ref_] can be used regardless of the queue's lock.