MCPcopy Create free account
hub / github.com/boostorg/cobalt / test1

Function test1

test/task.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48cobalt::task<int> test1()
49{
50 co_await test2(42);
51 co_await test2(42);
52
53
54 co_await asio::post(co_await cobalt::this_coro::executor, cobalt::use_task);
55 co_return 452;
56}
57}
58
59BOOST_AUTO_TEST_CASE(test_1)

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.70
CO_TEST_CASEFunction · 0.70

Calls 1

test2Function · 0.70

Tested by

no test coverage detected