C++ Actor Framework 1.0.0
|
Stores various status flags and user-defined config parameters. More...
#include <event_handler.hpp>
Public Attributes | |
bool | reading: 1 |
Stores whether the socket is currently registered for reading. | |
bool | writing: 1 |
Stores whether the socket is currently registered for writing. | |
bool | ack_writes: 1 |
Stores whether the parent actor demanded write receipts. | |
bool | shutting_down: 1 |
Stores whether graceful_shutdown() was called. | |
unsigned | rd_flag: 2 |
Stores what receive policy is currently active. | |
Stores various status flags and user-defined config parameters.