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

Function stop

test/exec/test_at_coroutine_exit.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace
32{
33 auto stop()
34 {
35 static stopped_scheduler scheduler{};
36 auto stop = STDEXEC::schedule(scheduler);
37 return stop;
38 }
39
40 auto test_one_cleanup_action(int& result) -> task<void>
41 {

Calls 1

scheduleFunction · 0.50

Tested by

no test coverage detected