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

Method query

test/stdexec/queries/test_env.cpp:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 struct non_dependent_attrs
94 {
95 [[nodiscard]]
96 auto query(ex::get_completion_scheduler_t<ex::set_value_t>) const noexcept
97 {
98 return ex::inline_scheduler{};
99 }
100 };
101
102 TEST_CASE("env forwards non-dependent queries to the root environment", "[queries][env]")

Callers 1

test_env.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected