Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ inplace_func2
Function
inplace_func2
test/brpc_coroutine_unittest.cpp:100–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
98
}
99
100
Awaitable<double> inplace_func2() {
101
Trace t(
"inplace_func2"
);
102
co_await inplace_func(
"123"
);
103
co_return 0.5;
104
}
105
106
Awaitable<int> sleep_func() {
107
Trace t(
"sleep_func"
);
Callers
1
TEST_F
Function · 0.85
Calls
1
inplace_func
Function · 0.85
Tested by
no test coverage detected