SCMPQueue.effectiveCapacity

Report the effective capacity of the queue.

Effective capacity might be smaller than the queue size, due to algorithm related constraints. It also depends on the number of producers registered.

struct SCMPQueue(T, size_t size)
@property pure const nothrow @safe @nogc
size_t
effectiveCapacity
()

Meta