AsyncQueue.tryPop

void * tryPop()

Tries to pop data from the queue. If no data is available, null is returned.

Returns

data from the queue or null, when no data is

available immediately.