dplug ~master (2024-09-30T22:25:31Z)
Home
Dub
Repo
LockedQueue.popFront
dplug
core
lockedqueue
LockedQueue
Pop an item from the front, block if queue is empty.
struct
LockedQueue
(T)
nothrow @
nogc
T
popFront
(
)
Meta
Source
See Implementation
dplug
core
lockedqueue
LockedQueue
constructors
this
destructors
~this
functions
capacity
clear
popBack
popFront
pushBack
pushFront
tryPopBack
tryPopFront
postblits
this(this)
Pop an item from the front, block if queue is empty.