Function BlockingQueue.full

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

bool full () const pure nothrow @nogc @property @safe;

Calling push will block IFF full is true.