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

Method request_stop

include/exec/sequence/merge_each.hpp:126–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124 }
125
126 bool request_stop() noexcept
127 {
128 if constexpr (!unstoppable_token<__stop_token_t>)
129 {
130 return __stop_source_.request_stop();
131 }
132 return false;
133 }
134
135 inplace_stop_token get_token() const & noexcept
136 {

Callers 4

operator()Method · 0.45
set_exceptionMethod · 0.45
set_breakFunction · 0.45
nested_value_failFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected