AtomicQueue.this

this(void * ptr, Flag!"Take" take)
No documentation available for this declaration.
this(uint initialSize)

Create a new atomic queue instance. initial_size will be rounded up to the nearest power of 2 and used as the initial size of the queue.

Parameters

initialSizeinitial queue size

Returns

a new #GstAtomicQueue