|
Chops Net IP
|
A struct containing two std::future objects that deliver basic_io_output objects corresponding to the creation and destruction (start, stop) of an IO handler (typically used for a UDP socket or the first TCP connection of a TCP connector).
More...
#include <io_output_delivery.hpp>
Public Attributes | |
| io_output_future< IOT > | start_fut |
| io_output_future< IOT > | stop_fut |
A struct containing two std::future objects that deliver basic_io_output objects corresponding to the creation and destruction (start, stop) of an IO handler (typically used for a UDP socket or the first TCP connection of a TCP connector).
std::pair or std::tuple could be used, but this provides a name for each element.