boost::capy::execution_context::service::shutdown
Called when the owning execution context shuts down.
Description
Implementations should release resources and cancel any outstanding asynchronous operations. This function must not block and must not throw exceptions. Services are shut down in reverse order of creation.
Exception Safety
No‐throw guarantee.
Created with MrDocs