chriskohlhoff
chriskohlhoff
One option is to go back to what asio does now, but this does not allow user extension. Another option is to simplify address_cast by using a primary template rather...
Detlef doesn't like the use of wait on a function that doesn't wait (i.e. is asynchronous).
Also shutdown_service on execution_context::service
Forward the required calls (i.e. not all members) to the packaged_task member
We will look at using SFINAE or similar at each place where it is used to branch code.