AsyncQueue.pushUnlocked

void pushUnlocked(void * data)

Pushes the data into the queue.

The data parameter must not be null.

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

Parameters

datadata to push onto the queue