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

Function sync

test/stdexec/types/test_task.cpp:253–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251# if !STDEXEC_GCC() \
252 || (defined(__OPTIMIZE__) && !defined(__SANITIZE_ADDRESS__) && !defined(__SANITIZE_THREAD__))
253 auto sync() -> ex::task<int>
254 {
255 co_return 42;
256 }
257
258 auto nested() -> ex::task<int>
259 {

Calls

no outgoing calls

Tested by

no test coverage detected