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

Function STDEXEC_CATCH

test/exec/async_scope/test_spawn_future.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 FAIL("Exceptions should have been thrown");
177 }
178 STDEXEC_CATCH(std::logic_error const & e)
179 {
180 SUCCEED("correct exception caught");
181 }
182 STDEXEC_CATCH_ALL
183 {
184 FAIL("invalid exception caught");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected