Boost C++ 库

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

buffered_stream::async_flush - Boost C++ 函数库
PrevUpHomeNext

启动异步刷新。

template<
    typename WriteHandler = default_completion_token_t<executor_type>>
DEDUCED async_flush(
    WriteHandler && handler = default_completion_token_t< executor_type >());
完成签名
void(boost::system::error_code, std::size_t)

PrevUpHomeNext