Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_counting_scopes.cpp
File · 0.45
test_spawn_future.cpp
File · 0.45
STDEXEC_CATCH
Function · 0.45
test_sync_wait.cpp
File · 0.45
test_spawn.cpp
File · 0.45
test_task.cpp
File · 0.45
test_merge_each_threaded.cpp
File · 0.45
test_merge_each.cpp
File · 0.45
STDEXEC_CATCH
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected