Function BlockingQueue.empty

Returns true if no items are currenlty queued.

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

Calling pop will block IFF empty is true.