LockedQueue.pushFront

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

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

Meta