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

Function exception_test

test/coroutine.cpp:78–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void exception_test()
79{
80 boost::asio::coroutine coro;
81 try { exception_coro(coro); } catch (int) {}
82 BOOST_ASIO_CHECK(coro.is_complete());
83}
84
85//------------------------------------------------------------------------------
86

Callers

nothing calls this directly

Calls 2

exception_coroFunction · 0.85
is_completeMethod · 0.80

Tested by

no test coverage detected