boost::capy::get_system_context

Return the process‐wide system execution context.

Synopsis

thread_pool&
get_system_context();

Description

This singleton context serves as a container for services but does not provide an executor or handle work.

Thread Safety

Safe to call from any thread.

Return Value

Reference to the system execution context singleton.

Created with MrDocs