Boost C++ 库

...世界上最受尊敬和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码规范

PrevUpHomeNext

system_context::shutdown

继承自 execution_context。

关闭上下文中所有服务。

void shutdown();

此函数实现如下


PrevUpHomeNext