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

Function STDEXEC_CATCH

test/exec/test_libdispatch.cpp:99–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 CHECK(false);
98 }
99 STDEXEC_CATCH(int e)
100 {
101 CHECK(e == 999);
102 }
103 STDEXEC_CATCH_ALL
104 {
105 FAIL("invalid exception caught");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected