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

Method what

test/stdexec/algos/adaptors/test_sequence.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 connect_exception() = default;
43
44 [[nodiscard]]
45 auto what() const noexcept -> char const * override
46 {
47 return "connect";
48 }
49 };
50
51 struct throwing_connect

Callers 9

STDEXEC_CATCHFunction · 0.45
test_sync_wait.cppFile · 0.45
test_spawn.cppFile · 0.45
test_task.cppFile · 0.45
STDEXEC_CATCHFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected