MCPcopy 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};
342template <class T>
343coro::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_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected