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

Function async_1_completion_arg

test/composed.cpp:155–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153template <typename CompletionToken>
154BOOST_ASIO_INITFN_RESULT_TYPE(CompletionToken, void(int))
155async_1_completion_arg(boost::asio::io_context& ioc,
156 CompletionToken&& token)
157{
158 return boost::asio::async_initiate<CompletionToken, void(int)>(
159 boost::asio::composed(impl_1_completion_arg(ioc)), token);
160}
161
162void compose_1_arg_handler(int* count, int* result_out, int result)
163{

Callers 1

Calls 2

composedFunction · 0.85

Tested by

no test coverage detected