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

Function STDEXEC_CATCH

test/exec/async_scope/test_spawn.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 FAIL("Exceptions should have been thrown");
72 }
73 STDEXEC_CATCH(std::logic_error const & e)
74 {
75 SUCCEED("correct exception caught");
76 }
77 STDEXEC_CATCH_ALL
78 {
79 FAIL("invalid exception caught");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected