AsyncQueue.tryPop

void * tryPop() nothrow

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.