Documentation
Dlang.org
ConcurrentBlockingRequestQueue.this
handy_httpd
components
request_queue
ConcurrentBlockingRequestQueue
Constructs the queue with the given size.
class
ConcurrentBlockingRequestQueue
this
(
size_t
queueSize
= 128
)
Parameters
queueSize
size_t
The size of the queue.
handy_httpd
components
request_queue
ConcurrentBlockingRequestQueue
constructors
this
functions
dequeue
enqueue
notify
Constructs the queue with the given size.