LockedQueue.pushBack

Push an item to the back, block if queue is full.

struct LockedQueue(T)
public nothrow @nogc
void
pushBack
(
T x
)

Meta