Urdl C++ Library

PrevUpHomeNext
read_stream::get_io_service

Gets the io_service associated with the stream.

boost::asio::io_service & get_io_service();

Return Value

A reference to the io_service object that the stream will use to dispatch handlers. Ownership is not transferred to the caller.


PrevUpHomeNext