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

Method STDEXEC_CATCH

test/rrd/async_scope.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 RL_ASSERT(false);
92 }
93 STDEXEC_CATCH(std::logic_error const &)
94 {
95 threw = true;
96 }
97 STDEXEC_CATCH_ALL
98 {
99 RL_ASSERT(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected