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

Method async_read

test/is_write_buffered.cpp:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84
85 template <typename Mutable_Buffers, typename Handler>
86 void async_read(const Mutable_Buffers&, Handler handler)
87 {
88 boost::system::error_code error;
89 boost::asio::post(io_context_,
90 boost::asio::detail::bind_handler(handler, error, 0));
91 }
92
93private:
94 io_context_type& io_context_;

Callers

nothing calls this directly

Calls 2

bind_handlerFunction · 0.85
postFunction · 0.50

Tested by

no test coverage detected