Constructs an object of class read_stream
.
explicit read_stream( boost::asio::io_service & io_service);
Parameters
The io_service
object
that the stream will use to dispatch handlers for any asynchronous
operations performed on the stream.