Chops Net IP
Loading...
Searching...
No Matches
chops::net::io_output_future_pair< IOT > Struct Template Reference

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
 

Detailed Description

template<typename IOT>
struct chops::net::io_output_future_pair< IOT >

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).

Note
A std::pair or std::tuple could be used, but this provides a name for each element.

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