Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ query
Method
query
test/exec/test_any_sender.cpp:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
ex::inplace_stop_token token_{};
52
53
[[nodiscard]]
54
auto query(get_address_t) const noexcept -> void const *
55
{
56
return object_;
57
}
58
59
[[nodiscard]]
60
auto query(ex::get_stop_token_t) const noexcept -> ex::inplace_stop_token
Callers
1
test_any_sender.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected