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

Method get_token

test/stdexec/algos/adaptors/test_associate.cpp:249–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 };
248
249 constexpr token get_token() const noexcept
250 {
251 return token{this};
252 }
253 };
254
255 TEST_CASE("copying an associate-sender re-queries for a new association", "[adaptors][associate]")

Callers 11

test_task.cppFile · 0.45
test_stop_when.cppFile · 0.45
test_associate.cppFile · 0.45
test_when_all.cppFile · 0.45
test_write_env.cppFile · 0.45
test_spawn.cppFile · 0.45
__query_envMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected