|
Electroneum
|
#include <socks.h>
Public Member Functions | |
| void | operator() (boost::system::error_code error=boost::system::error_code{}) |
Public Attributes | |
| std::shared_ptr< client > | self_ |
Callback for closing socket. Thread-safe with *send functions; never blocks (uses strands).
| void net::socks::client::async_close::operator() | ( | boost::system::error_code | error = boost::system::error_code{} | ) |
Definition at line 316 of file socks.cpp.

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