MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / with_continuation

Function with_continuation

test/exec/test_at_coroutine_exit.cpp:274–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 }
273
274 auto with_continuation(int& result, task<void> next) -> task<void>
275 {
276 co_await std::move(next);
277 result *= 3;
278 }
279
280# ifdef REQUIRE_TERMINATE
281

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected