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

Function f1

example/when_some.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

runFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected