AsyncQueue.pushUnlocked

Pushes the data into the queue.

The data parameter must not be null.

This function must be called while holding the queue's lock.

class AsyncQueue
void
pushUnlocked
(
void* data
)

Parameters

data void*

data to push onto the queue