AsyncQueue.push
void push(void * data)Pushes the data into the queue.
The data parameter must not be null.
Parameters
data | data to push onto the queue |
void push(void * data)Pushes the data into the queue.
The data parameter must not be null.
data | data to push onto the queue |