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

Function test_impl

test/experimental/yield_context.cpp:35–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33awaitable aw;
34
35int test_impl(boost::asio::yield_context ctx)
36{
37 return experimental::await(aw, ctx);
38}
39
40BOOST_AUTO_TEST_CASE(ready)
41{

Callers

nothing calls this directly

Calls 1

awaitFunction · 0.85

Tested by

no test coverage detected