MCPcopy 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
100Awaitable<double> inplace_func2() {
101 Trace t("inplace_func2");
102 co_await inplace_func("123");
103 co_return 0.5;
104}
105
106Awaitable<int> sleep_func() {
107 Trace t("sleep_func");

Callers 1

TEST_FFunction · 0.85

Calls 1

inplace_funcFunction · 0.85

Tested by

no test coverage detected