Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ CO_TEST_CASE
Function
CO_TEST_CASE
test/handler.cpp:104–108 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
103
104
CO_TEST_CASE(immediate_completion)
105
{
106
co_await immediate_aw{};
107
co_await non_immediate_aw{};
108
}
109
110
#endif
111
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected