Boost C++ 库

...世界上最受推崇和设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ 编码标准

PrevUpHomeNext

execution_context::shutdown

关闭上下文中所有服务。

void shutdown();

此函数的实现如下


PrevUpHomeNext