|
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 18 of file RequestQueue.cpp.
boost::lockfree::spsc_queue<std::shared_ptr<RequestBase>, boost::lockfree::capacity<queueSize> > queue |
Definition at line 24 of file RequestQueue.cpp.
|
staticconstexpr |
Definition at line 20 of file RequestQueue.cpp.