MCPcopy 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
18outcome_v2::awaitables::eager<int> eager_func(int x)
19{
20 co_return x + 1;
21}
22
23
24cobalt::main co_main(int argc, char * argv[])

Callers 1

co_mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected