join 1.0
lightweight network framework library
Loading...
Searching...
No Matches
join::QueueSegment< Type, Slot > Struct Template Reference

queue memory segment. More...

#include <queue.hpp>

Collaboration diagram for join::QueueSegment< Type, Slot >:

Public Attributes

QueueSync _sync
 synchronization primitives.
 
Slot _elements []
 flexible array of queue slots.
 

Detailed Description

template<typename Type, typename Slot>
struct join::QueueSegment< Type, Slot >

queue memory segment.

Member Data Documentation

◆ _elements

template<typename Type , typename Slot >
Slot join::QueueSegment< Type, Slot >::_elements[]

flexible array of queue slots.

◆ _sync

template<typename Type , typename Slot >
QueueSync join::QueueSegment< Type, Slot >::_sync

synchronization primitives.


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