Boost C++ 库

...世界上最受推崇、设计最精良的 C++ 库项目之一。 Herb SutterAndrei Alexandrescu, C++ Coding Standards

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

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

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

PrevUpHomeNext