gfm v5.0.0 (2016-02-01T09:03:58Z)
Home
Dub
Repo
LockedQueue.pushFront
gfm
core
queue
LockedQueue
Push an item to the front, block if queue is full.
class
LockedQueue
(T)
void
pushFront
(
T
x
)
Meta
Source
See Implementation
gfm
core
queue
LockedQueue
constructors
this
functions
capacity
clear
popBack
popFront
pushBack
pushFront
tryPopBack
tryPopFront
Push an item to the front, block if queue is full.