The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
SynchronizedCircularBuffer.this
arsd
core
SynchronizedCircularBuffer
The Object's monitor is used to synchronize the methods in here.
struct
SynchronizedCircularBuffer
(T, size_t maxSize = 128)
this
(
Object
synchronizedOn
)
Meta
Source
See Implementation
arsd
core
SynchronizedCircularBuffer
constructors
this
functions
dequeue
dequeueSeveral
enqueue
isEmpty
isFull
The Object's monitor is used to synchronize the methods in here.