AtomicQueue


Description:

[ CCode ( has_construct_function = false ) ]
public AtomicQueue (uint initial_size)

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:

initial_size

initial queue size

Returns:

a new AtomicQueue