LockedQueue.capacity

struct LockedQueue(T)
const nothrow @nogc
size_t
capacity
()

Return Value

Type: size_t

Capacity of the locked queue.

Meta