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

Function test_cancel_impl

test/experimental/promise.cpp:191–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189BOOST_ASIO_INITFN_AUTO_RESULT_TYPE(
190 CompletionToken, void(boost::system::error_code))
191test_cancel_impl(boost::asio::steady_timer & tim,
192 boost::system::error_code &ec,
193 CompletionToken&& token)
194{
195 return boost::asio::async_compose<CompletionToken, void(boost::system::error_code)>(
196 test_cancel_impl_op{tim, ec}, token, tim);
197}
198
199void test_cancel()
200{

Callers 1

test_cancelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected