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

Function test_throw_first

test/co_composed.cpp:53–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void test_throw_first()
54{
55 try
56 {
57 throw_first(boost::asio::detached);
58 BOOST_ASIO_CHECK(0);
59 }
60 catch (int)
61 {
62 }
63}
64
65template <typename CompletionToken>
66auto throw_after_await(boost::asio::io_context& ctx, CompletionToken&& token)

Callers

nothing calls this directly

Calls 1

throw_firstFunction · 0.85

Tested by

no test coverage detected