AsyncQueue.tryPopUnlocked

Tries to pop data from the @queue. If no data is available, %NULL is returned.

This function must be called while holding the @queue's lock.

class AsyncQueue
void*
tryPopUnlocked
()

Return Value

Type: void*

data from the queue or %NULL, when no data is available immediately.

Meta