AsyncQueue.lock

Acquires the queue's lock. After that you can only call the g_async_queue_*_unlocked() function variants on that queue. Otherwise it will deadlock.

class AsyncQueue
void
lock
()

Meta