|
Public Attributes | |
boost::lockfree::spsc_queue< std::shared_ptr< RequestBase >, boost::lockfree::capacity< queueSize > > | queue |
Static Public Attributes | |
static constexpr size_t | queueSize = 100 |
Definition at line 19 of file RequestQueue.cpp.
boost::lockfree::spsc_queue<std::shared_ptr<RequestBase>, boost::lockfree::capacity<queueSize> > queue |
Definition at line 25 of file RequestQueue.cpp.
|
staticconstexpr |
Definition at line 21 of file RequestQueue.cpp.