AtomicQueue.push

Append @data to the tail of the queue.

class AtomicQueue
void
push
(
void* data
)

Parameters

data void*

the data

Meta