dplug v6.0.22
Dub
Repo
LockedQueue.pushFront
dplug
core
lockedqueue
LockedQueue
Push an item to the front, block if queue is full.
struct
LockedQueue
(T)
nothrow @
nogc
void
pushFront
(
T
x
)
Meta
Source
See Implementation
dplug
core
lockedqueue
LockedQueue
constructors
this
functions
capacity
clear
popBack
popFront
pushBack
pushFront
tryPopBack
tryPopFront
Push an item to the front, block if queue is full.