Monero
Public Member Functions | Public Attributes | List of all members
epee::net_utils::boosted_tcp_server< t_protocol_handler >::worker Struct Reference

The io_service used to perform asynchronous operations. More...

Public Member Functions

 worker ()
 

Public Attributes

boost::asio::io_service io_service
 
boost::asio::io_service::work work
 

Detailed Description

template<class t_protocol_handler>
struct epee::net_utils::boosted_tcp_server< t_protocol_handler >::worker

The io_service used to perform asynchronous operations.

Constructor & Destructor Documentation

◆ worker()

template<class t_protocol_handler>
epee::net_utils::boosted_tcp_server< t_protocol_handler >::worker::worker ( )
inline

Member Data Documentation

◆ io_service

template<class t_protocol_handler>
boost::asio::io_service epee::net_utils::boosted_tcp_server< t_protocol_handler >::worker::io_service

◆ work

template<class t_protocol_handler>
boost::asio::io_service::work epee::net_utils::boosted_tcp_server< t_protocol_handler >::worker::work

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