RequestQueue::QueueImpl Struct Reference

Public Attributes

boost::lockfree::spsc_queue< std::shared_ptr< RequestBase >, boost::lockfree::capacity< queueSize > > queue
 

Static Public Attributes

static constexpr size_t queueSize = 100
 

Detailed Description

Definition at line 18 of file RequestQueue.cpp.

Member Data Documentation

◆ queue

boost::lockfree::spsc_queue<std::shared_ptr<RequestBase>, boost::lockfree::capacity<queueSize> > queue

Definition at line 24 of file RequestQueue.cpp.

◆ queueSize

constexpr size_t queueSize = 100
staticconstexpr

Definition at line 20 of file RequestQueue.cpp.


The documentation for this struct was generated from the following file: