asio-tr2
asio-tr2 copied to clipboard
In execution_context, rename shutdown_context and destroy_context to shutdown, destroy
Also shutdown_service on execution_context::service
Applied in 7c6e66c42173147f07789665874b7554bbc6290e.
Pre-Lenexa Summary
[async.exec.ctx], [async.exec.ctx.svc]
It was suggested that the suffix on these virtual function names, i.e. _service or _context, is unnecessary. These suffixes were originally adopted in Asio to avoid clashing with functions in derived classes, however the opinion in Cologne was that this is not required.
This change has been applied in revision 5.