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

Function stack_test

test/experimental/coro/stack_test.cpp:67–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void stack_test()
68{
69 bool done = false;
70 boost::asio::io_context ctx;
71 auto k = main_stack_coro(ctx, done);
72 k.async_resume(boost::asio::detached);
73 ctx.run();
74 BOOST_ASIO_CHECK(done);
75}
76
77} // namespace coro
78

Callers

nothing calls this directly

Calls 3

main_stack_coroFunction · 0.85
async_resumeMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected