C++ Actor Framework 1.0.0
Loading...
Searching...
No Matches
caf::async::spsc_buffer< T >::flags Struct Reference

Packs various status flags for the buffer into a single struct. More...

#include <spsc_buffer.hpp>

Public Attributes

bool closed: 1
 Stores whether close has been called.
 
bool canceled: 1
 Stores whether cancel has been called.
 

Detailed Description

template<class T>
struct caf::async::spsc_buffer< T >::flags

Packs various status flags for the buffer into a single struct.


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