Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
awaitable aw;
34
35
int test_impl(boost::asio::yield_context ctx)
36
{
37
return experimental::await(aw, ctx);
38
}
39
40
BOOST_AUTO_TEST_CASE(ready)
41
{
Callers
nothing calls this directly
Calls
1
await
Function · 0.85
Tested by
no test coverage detected