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

Function task_throw

test/experimental/coro/simple_test.cpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127boost::asio::experimental::coro<void, int> task_throw(boost::asio::io_context&)
128{
129 throw std::logic_error(__func__);
130 co_return 42;
131}
132
133void run_task_test()
134{

Callers 1

run_task_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected