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

Function stest

bench/post.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29#if defined(BOOST_COBALT_BENCH_WITH_CONTEXT)
30
31void stest(asio::yield_context ctx)
32{
33 for (std::size_t i = 0u; i < n; i++)
34 asio::post(ctx);
35}
36
37#endif
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected