BlockingQueue.full

Returns true if trying to add a new item would block.

Calling push will block IFF full is true.

struct BlockingQueue(Type, ushort MaxItems)
@property const pure nothrow @safe @nogc
bool
full
()

Meta