...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Release ownership of the handler.
handler_type release_handler();
Requires: *this
owns an object
Before this function returns, the owned object is destroyed, satisfying the deallocation-before-invocation Asio guarantee.
The released handler.