Boost C++ 库

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

partial_cancel_after::partial_cancel_after - Boost C++ 函数库
PrevUpHomeNext

指定超时持续时间和取消类型的构造函数。

partial_cancel_after(
    const typename Clock::duration & timeout,
    cancellation_type_t cancel_type = cancellation_type::terminal);

PrevUpHomeNext