Boost
where
arrow_drop_down
Boost news learn community libraries releases

PrevUpHomeNext

buffered_write_stream::async_flush

Start an asynchronous flush.

template<
    typename WriteHandler = default_completion_token_t<executor_type>>
auto async_flush(
    WriteHandler && handler = default_completion_token_t< executor_type >());
Completion Signature
void(boost::system::error_code, std::size_t)

PrevUpHomeNext