Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ query
Function
query
test/exec/asio/test_use_sender.cpp:73–76 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
const struct
72
{
73
auto query(get_stop_token_t const &) const noexcept
74
{
75
return source_.get_token();
76
}
77
78
inplace_stop_source& source_;
79
} e{source};
Callers
1
test_asio_thread_pool.cpp
File · 0.70
Calls
1
get_token
Method · 0.45
Tested by
no test coverage detected