AsyncQueue.push

Pushes the data into the queue.

The data parameter must not be null.

class AsyncQueue
void
push
(
void* data
)

Parameters

data void*

data to push onto the queue