C++ Actor Framework 1.0.0
|
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. | |
Packs various status flags for the buffer into a single struct.