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

Function STDEXEC_CATCH

test/stdexec/algos/adaptors/test_let_error.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 std::rethrow_exception(eptr);
108 }
109 STDEXEC_CATCH(std::exception const & e)
110 {
111 return ex::just(std::string{e.what()});
112 }
113 STDEXEC_CATCH_FALLTHROUGH
114 });
115 wait_for_value(std::move(snd), std::string{"error description"});

Callers

nothing calls this directly

Calls 1

whatMethod · 0.45

Tested by

no test coverage detected