...世界上最受推崇和设计精良的 C++ 库项目之一。 — Herb Sutter 和 Andrei Alexandrescu,《C++ 编码规范
...世界上最受推崇和设计精良的 C++ 库项目之一。
继承自 execution_context。
销毁上下文中所有服务。
void destroy();
该函数实现如下:
execution_context
svc
delete static_cast<execution_context::service*>(svc)