boost::corosio::tls_context::~tls_context
Destructor.
Synopsis
Declared in <boost/corosio/tls_context.hpp>
~tls_context() = default;
Description
Releases this handle's shared ownership of the underlying context. The context state is destroyed when the last handle is released.
Created with MrDocs