MCPcopy Create free account
hub / github.com/boostorg/asio / async_write

Method async_write

test/is_read_buffered.cpp:65–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64 template <typename Const_Buffers, typename Handler>
65 void async_write(const Const_Buffers&, Handler handler)
66 {
67 boost::system::error_code error;
68 boost::asio::post(io_context_,
69 boost::asio::detail::bind_handler(handler, error, 0));
70 }
71
72 template <typename Mutable_Buffers>
73 size_t read(const Mutable_Buffers&)

Callers

nothing calls this directly

Calls 2

bind_handlerFunction · 0.85
postFunction · 0.50

Tested by

no test coverage detected