MCPcopy Create free account
hub / github.com/Codesire-Deng/co_context / f1

Function f1

example/when_all.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13shared_task<std::string> f1() {
14 printf("f1 start.\n");
15 printf("f1 done.\n");
16 co_return "f1 Great!";
17}
18
19task<void> f2() {
20 printf("f2 start.\n");

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected