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
data | data to push onto the queue |
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.
data | data to push onto the queue |