Boost C++ 库

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

posix::basic_stream_descriptor::cancel - Boost C++ 函数库
PrevUpHomeNext

取消与该描述符相关联的所有异步操作。

void cancel();
  » more...

void cancel(
    boost::system::error_code & ec);
  » more...

PrevUpHomeNext