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

Method request_stop

include/exec/linux/io_uring_context.hpp:440–444  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

438 }
439
440 auto request_stop() noexcept -> std::error_code
441 {
442 __stop_source_->request_stop();
443 return try_wakeup();
444 }
445
446 auto stop_requested() const noexcept -> bool
447 {

Callers 2

__detachFunction · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected