Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/async_simple
/ lazySum
Function
lazySum
async_simple/uthread/test/UthreadTest.cpp:343–345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
};
342
template <class T>
343
coro::Lazy<T> lazySum(Executor* ex, T x, T y) {
344
co_return co_await Awaiter{ex, x + y};
345
}
346
347
} // namespace globalfn
348
Callers
1
TEST_F
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected