ProducerConsumerQueue.push

Undocumented in source.
struct ProducerConsumerQueue(T, size_t capacity = roundPow2!(PAGE_SIZE / T.sizeof))
void
push
(
shared(T) t
)

Meta