Electroneum
Public Member Functions | Public Attributes | List of all members
net::socks::client::async_close Struct Reference

#include <socks.h>

Public Member Functions

void operator() (boost::system::error_code error=boost::system::error_code{})
 

Public Attributes

std::shared_ptr< clientself_
 

Detailed Description

Callback for closing socket. Thread-safe with *send functions; never blocks (uses strands).

Member Function Documentation

◆ operator()()

void net::socks::client::async_close::operator() ( boost::system::error_code  error = boost::system::error_code{})

Member Data Documentation

◆ self_

std::shared_ptr<client> net::socks::client::async_close::self_

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