BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Public Member Functions | List of all members
fc::asio::detail::read_write_handler Class Reference

#include <asio.hpp>

Public Member Functions

 read_write_handler (const promise< size_t >::ptr &p)
 
void operator() (const boost::system::error_code &ec, size_t bytes_transferred)
 

Detailed Description

Definition at line 22 of file asio.hpp.

Constructor & Destructor Documentation

◆ read_write_handler()

fc::asio::detail::read_write_handler::read_write_handler ( const promise< size_t >::ptr &  p)

Definition at line 14 of file asio.cpp.

Member Function Documentation

◆ operator()()

void fc::asio::detail::read_write_handler::operator() ( const boost::system::error_code &  ec,
size_t  bytes_transferred 
)

Definition at line 19 of file asio.cpp.


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