AsyncQueue.tryPop

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

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

class AsyncQueue
void*
tryPop
()

Meta