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

Method stop_requested

include/exec/linux/io_uring_context.hpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444 }
445
446 auto stop_requested() const noexcept -> bool
447 {
448 return __stop_source_->stop_requested();
449 }
450
451 auto get_stop_token() const noexcept -> STDEXEC::inplace_stop_token
452 {

Callers 10

start_implMethod · 0.45
start_implMethod · 0.45
startMethod · 0.45
__try_startFunction · 0.45
__try_add_waiterFunction · 0.45
run_someMethod · 0.45
run_until_stoppedMethod · 0.45
startMethod · 0.45
completeMethod · 0.45
completeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected