AsyncQueue.pushUnlocked

Pushes the @data into the @queue. @data 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 into the @queue

Meta