Boost C++ 库

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

experimental::channel_traits::invoke_receive_cancelled - Boost C++ 函数库
PrevUpHomeNext

使用取消通知调用指定的处理程序。

template<
    typename F>
static void invoke_receive_cancelled(
    F f);

PrevUpHomeNext