boost::corosio::basic_io_context::destroy
Destroy all services.
Synopsis
Declared in <boost/capy/ex/execution_context.hpp>
void
destroy() noexcept;
Description
Deletes all services in reverse order of creation. Derived classes should call this as the final step of destruction. This function is idempotent; subsequent calls have no effect.
Thread Safety
Not thread‐safe. Must not be called concurrently with other operations on this execution_context.
Created with MrDocs