I'm try to understand this boost::asio example:
http://www.boost.org/doc/libs/1_49_0/doc/html/boost_asio/example/echo/async_tcp_echo_server.cpp
I'm confused about the server class constructor:
server(boost::asio::io_service& io_service, short port) : io_service_(io_service)...