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

Method stop_requested

include/exec/task.hpp:196–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 [[nodiscard]]
197 constexpr auto stop_requested() const noexcept -> bool
198 {
199 return __stop_token_.stop_requested();
200 }
201
202 template <scheduler _Scheduler>
203 constexpr void set_scheduler(_Scheduler&& __sched)

Callers 11

operationMethod · 0.45
__execute_implMethod · 0.45
__complete_Method · 0.45
set_stoppedMethod · 0.45
when_any.hppFile · 0.45
startMethod · 0.45
startMethod · 0.45
opstateMethod · 0.45
_opstateMethod · 0.45
await_suspendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected