Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ stop_requested
Method
stop_requested
include/exec/sequence/merge_each.hpp:117–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
bool stop_requested() const noexcept
118
{
119
if constexpr (!unstoppable_token<__stop_token_t>)
120
{
121
return __stop_source_.stop_requested();
122
}
123
return false;
124
}
125
126
bool request_stop() noexcept
127
{
Callers
1
start
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected