libpalliate v0.0.1
Palliate core library
atomic_mpsc::element Struct Reference

#include <atomic_mpsc.h>

Public Attributes

std::atomic< unsigned > req
 
std::atomic< unsigned > resp
 
std::atomic< unsigned > next
 
std::atomic< unsigned > procnext
 

Member Data Documentation

◆ next

std::atomic<unsigned> atomic_mpsc::element::next

◆ procnext

std::atomic<unsigned> atomic_mpsc::element::procnext

◆ req

std::atomic<unsigned> atomic_mpsc::element::req

◆ resp

std::atomic<unsigned> atomic_mpsc::element::resp

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