AsyncQueue.push

Pushes the data into the queue. data must not be NULL.

class AsyncQueue
void
push
(
void* data
)

Parameters

data void*

data to push into the queue