LockedQueue.pushFront

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

class LockedQueue(T)
void
pushFront
(
T x
)

Meta