I am coding network stuff via tcp/ip.
Specifically I have been using boost::asio.
Recently, to ease coding, I started using boost::asio::ip::tcp::iostream
.
It can be useful for fast developing! But I am not sure whether it uses async_read
or async_write
.
Does anybody know whether it does?