Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ eager_func
Function
eager_func
example/outcome.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
}
17
18
outcome_v2::awaitables::eager<int> eager_func(int x)
19
{
20
co_return x + 1;
21
}
22
23
24
cobalt::main co_main(int argc, char * argv[])
Callers
1
co_main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected