AsyncQueue.push

void push(void * data)

Pushes the data into the queue.

The data parameter must not be null.

Parameters

datadata to push onto the queue