Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
shared_task<std::string> f1() {
15
printf(
"f1 start.\n"
);
16
printf(
"f1 done.\n"
);
17
co_return
"f1 Great!"
;
18
}
19
20
task<void> f2() {
21
printf(
"f2 start.\n"
);
Callers
1
run
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected