FACT++  1.0
void Connection::AsyncWrite ( const boost::asio::const_buffers_1 &  buffers)

Definition at line 38 of file Connection.cc.

References AsyncConnect(), ConnectIter(), and HandleSentData().

Referenced by Out().

39 {
40  ba::async_write(*this, buffers,
41  boost::bind(&Connection::HandleSentData, this,
42  dummy::error, dummy::bytes_transferred));
43 }
void HandleSentData(const boost::system::error_code &error, size_t)
Definition: Connection.cc:166

+ Here is the call graph for this function:

+ Here is the caller graph for this function: